Volatile-ize all five places where we expect a PG_TRY block to restore

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7925085e61897f2d966f38b0db4a2c9a0024f266
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-02-18T23:50:41Z
Releases: 8.0.24
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.

Files

PathChange+/−
src/pl/plpython/plpython.c modified +5 −5