OSDN Git Service

Suppress compiler warning about potentially uninitialized variable.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Jul 2011 00:57:34 +0000 (20:57 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Jul 2011 00:57:34 +0000 (20:57 -0400)
commit426cafc46c8bf5aeda38e8d17f1d86a48e627e43
tree3b4be590b471738372abcc1a28e86dd19e94179d
parentcc81d9969c6ac32f8482b3fc1a1775d212222fa7
Suppress compiler warning about potentially uninitialized variable.

Maybe some compilers are smart enough to not complain about the previous
coding ... but mine isn't.
src/backend/commands/typecmds.c