diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-01-25 11:27:44 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-01-25 11:27:44 -0500 |
commit | 6119060d01ab2dfb9e2c1c101595f2de7890965d (patch) | |
tree | cec6e1b9288f2b73e08bd63e73ecab887adce9cd /src/backend/jit/llvm/llvmjit_expr.c | |
parent | 9556aa01c69a26ca726d8dda8e395acc7c1e30fc (diff) | |
download | postgresql-6119060d01ab2dfb9e2c1c101595f2de7890965d.tar.gz postgresql-6119060d01ab2dfb9e2c1c101595f2de7890965d.zip |
Fix possibly-uninitialized-variable warning from commit 9556aa01c.
Heikki's compiler doesn't complain about end_ptr, apparently,
but mine does.
In passing, I failed to resist the temptation to remove the
no-longer-used fldnum variable, and relocate chunk_len's
declaration to a narrower scope.
Diffstat (limited to 'src/backend/jit/llvm/llvmjit_expr.c')
0 files changed, 0 insertions, 0 deletions