postgresql/src/pl
Tom Lane d1b9b0c563 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.
2010-02-18 23:50:12 +00:00
..
plperl Free reference in correct Perl context. Backpatch to release 8.2. Patch from Tim Bunce. 2010-02-12 04:32:02 +00:00
plpgsql Prevent #option dump from crashing on FORI statement with null step. Reported by Pavel. 2010-02-17 01:48:51 +00:00
plpython Volatile-ize all five places where we expect a PG_TRY block to restore 2010-02-18 23:50:12 +00:00
tcl Apply Tcl_Init() to the "hold" interpreter created by pltcl. 2010-01-25 01:58:19 +00:00
Makefile Catch all errors in for and while loops in makefiles. Don't ignore any 2008-03-18 16:24:50 +00:00