]> granicus.if.org Git - postgresql/commit
Volatile-ize all five places where we expect a PG_TRY block to restore
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Feb 2010 23:50:41 +0000 (23:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Feb 2010 23:50:41 +0000 (23:50 +0000)
commit7925085e61897f2d966f38b0db4a2c9a0024f266
tree2b5de016d18ffca85afaa96f640ef9666f576648
parente2a2990759612bd53611608b2cc57e0b02f2dced
Volatile-ize all five places where we expect a PG_TRY block to restore
old memory context in plpython.  Before only one of them was marked
volatile, but per report from Zdenek Kotala, some compilers do the
wrong thing here.
src/pl/plpython/plpython.c