aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-02-27 18:19:22 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2015-02-27 18:19:22 -0500
commitd61f1a93271b859938b6cdb301a367cdb8abf81c (patch)
treed7a7e053f463d7921b6a6dea049556e6df31acca /src/backend/executor/nodeModifyTable.c
parenteaa5808e8ec4e82ce1a87103a6b6f687666e4e4c (diff)
downloadpostgresql-d61f1a93271b859938b6cdb301a367cdb8abf81c.tar.gz
postgresql-d61f1a93271b859938b6cdb301a367cdb8abf81c.zip
Suppress uninitialized-variable warning from less-bright compilers.
The type variable must get set on first iteration of the while loop, but there are reasonably modern gcc versions that don't realize that. Initialize it with a dummy value. This undoes a removal of initialization in commit 654809e770ce270c0bb9de726c5df1ab193d60f0.
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions