postgresql/src/pl
Tom Lane 2734af4ea9 Back-patch fix and test case for bug #7516.
Back-patch commits 9afc648111 and
b8fbbcf37f.  The first of these is really
a minor code cleanup to save a few cycles, but it turns out to provide
a workaround for the misoptimization problem described in bug #7516.
The second commit adds a regression test case.

Back-patch the fix to all active branches.  The test case only works
as far back as 9.0, because it relies on plpgsql which isn't installed
by default before that.  (I didn't have success modifying it into an
all-plperl form that still provoked a crash, though this may just reflect
my lack of Perl-fu.)
2012-09-14 11:50:19 -04:00
..
plperl Back-patch fix and test case for bug #7516. 2012-09-14 11:50:19 -04:00
plpgsql Fix GET DIAGNOSTICS for case of assignment to function's first variable. 2012-03-22 14:14:20 -04:00
plpython Fix assorted issues with build and install paths containing spaces. 2011-06-14 16:24:45 -04:00
tcl Fix assorted issues with build and install paths containing spaces. 2011-06-14 16:24:45 -04:00
Makefile Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backends 2007-06-01 19:38:07 +00:00