OSDN Git Service

Make plperl's $_TD trigger data a global rather than a lexical variable,
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 29 May 2006 13:51:23 +0000 (13:51 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 29 May 2006 13:51:23 +0000 (13:51 +0000)
commit21e343da35779c622a71fd798d740c4af1d1d915
tree2dbe7b40c807ac09015ca96b0c4e0317010f0bc5
parentb32000eda4c4193d60af1b5a5bb3c0c6dd4d7194
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.
doc/src/sgml/plperl.sgml
src/pl/plperl/plperl.c