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

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

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