]> 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:33 +0000 (23:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Feb 2010 23:50:33 +0000 (23:50 +0000)
commit8005df3c200c5a83f4c8cc18c7746915c5743913
tree0888b975e6153a9f42152dc4918c7d28423d7282
parentd7869160156df64fc381a763b4a30c865f947ece
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