From 85d67ccd75ca61b27f8c58f2ea8d4e68af545d55 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 30 Jan 2010 01:46:57 +0000 Subject: Add plperl.on_perl_init setting to provide for initializing the perl library on load. Also, handle END blocks in plperl. Database access is disallowed during both these operations, although it might be allowed in END blocks in future. Patch from Tim Bunce. --- src/pl/plperl/sql/plperl_plperlu.sql | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pl/plperl/sql/plperl_plperlu.sql') diff --git a/src/pl/plperl/sql/plperl_plperlu.sql b/src/pl/plperl/sql/plperl_plperlu.sql index fc2bb7b8067..15b5aa29687 100644 --- a/src/pl/plperl/sql/plperl_plperlu.sql +++ b/src/pl/plperl/sql/plperl_plperlu.sql @@ -16,4 +16,3 @@ $$ LANGUAGE plperlu; -- compile plperlu code SELECT * FROM bar(); -- throws exception normally (running plperl) SELECT * FROM foo(); -- used to cause backend crash (after switching to plperlu) - -- cgit v1.2.3