]> git.ipfire.org Git - thirdparty/postgresql.git/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:12 +0000 (23:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Feb 2010 23:50:12 +0000 (23:50 +0000)
commitd1b9b0c5632595dec59093fa6231705c0efeda99
tree09015f3380be1478f6e5f3f3e10ad8acb5179537
parenta8d1624431c656289d1359511970c269930b2912
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