]> 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:39:49 +0000 (15:39 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Dec 2007 15:39:49 +0000 (15:39 +0000)
commit63276b7f6c7c7bec38b75ad99f62fddc834adf0c
treebeaa63aa66857058bfb05633db6b12b648107770
parentf575dfc2307fe334b2bcbdc193431ce20d32f3a5
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/plperl.c