]> 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:06 +0000 (23:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Feb 2010 23:50:06 +0000 (23:50 +0000)
commita232f30f05848830dad21c6786e0841ddad991fb
tree7ffd7d6a1fab1c5045c0e2453bc57ff56f8e3d33
parent858d1699f2be81e298bce72a217984c6618ca452
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