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

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

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