]> granicus.if.org Git - postgresql/commit
Suppress volatile-related warning seen in some compilers.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Jul 2012 23:39:03 +0000 (19:39 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 21 Jul 2012 23:39:03 +0000 (19:39 -0400)
commit1f115d98b984c80e635392aed10cc6185d1f8f4b
treef85b6937afcfd32b05aec1020fcd9a21292c85e3
parent31c7c642b6419b43eff903285e3da65e3f1901d6
Suppress volatile-related warning seen in some compilers.

Antique versions of gcc complain about vars that are initialized outside
PG_TRY and then modified within it.  Rather than marking the var volatile,
expend one more line of code.
src/pl/plpgsql/src/pl_handler.c