]> granicus.if.org Git - postgresql/commit
Workaround for perl problem where evaluating UTF8 regexes can cause
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Dec 2007 15:20:34 +0000 (15:20 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Dec 2007 15:20:34 +0000 (15:20 +0000)
commit6e73b504491d67ebf9d9cb245115f36b6e04709c
treefbc37278abb4a548d6fad6aa7b54bbc56052977a
parent895a94de6dffa71741586a2228275f66db03f8ca
Workaround for perl problem where evaluating UTF8 regexes can cause
implicit loading of modules, thereby breaking Safe rules.
We compile and call a tiny perl function on trusted interpreter init, after which
the problem does not occur.
src/pl/plperl/GNUmakefile
src/pl/plperl/plperl.c