plperl: Package-qualify _TD
Failing to do so causes trigger invocation to fail when they are nested
within a function invocation that changes the current package.
Backpatch to 9.1; previous releases used a different method to obtain
_TD. Per bug report from Mark Murawski (bug #6511)
Author: Alex Hunsaker
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/814e08e895a037e3f5485000db5964cd68dbfa01
Modified Files
--------------
src/pl/plperl/plperl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
pgsql-committers by date
| Next: | From: Alvaro Herrera | Date: 2012-03-19 20:56:42 |
| Subject: pgsql: pg_dump: fix double free of query results |
| Previous: | From: Bruce Momjian | Date: 2012-03-19 13:32:05 |
| Subject: pgsql: In pg_upgrade, remove dependency on pg_config,as that might not |