Make plperl's $_TD trigger data a global rather than a lexical variable,
Andrew Dunstan <andrew@dunslane.net>
Make plperl's $_TD trigger data a global rather than a lexical variable, with a fresh local value for each invocation, to avoid unexpected sharing violations. Per recent -hackers discussion.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plperl.sgml | modified | +4 −3 |
| src/pl/plperl/plperl.c | modified | +2 −2 |