Make plperl's $_TD trigger data a global rather than a lexical variable,

Andrew Dunstan <andrew@dunslane.net>

Commit: 21e343da35779c622a71fd798d740c4af1d1d915
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2006-05-29T13:51:23Z
Releases: 8.2.0
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

PathChange+/−
doc/src/sgml/plperl.sgml modified +4 −3
src/pl/plperl/plperl.c modified +2 −2