]> granicus.if.org Git - postgresql/commit
Fix possibly-uninitialized-variable warning from commit 9556aa01c.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Jan 2019 16:27:44 +0000 (11:27 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Jan 2019 16:27:44 +0000 (11:27 -0500)
commit6119060d01ab2dfb9e2c1c101595f2de7890965d
treecec6e1b9288f2b73e08bd63e73ecab887adce9cd
parent9556aa01c69a26ca726d8dda8e395acc7c1e30fc
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.
src/backend/utils/adt/varlena.c