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

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

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