diff options
| author | Andrew Dunstan <andrew@dunslane.net> | 2010-01-30 01:46:57 +0000 |
|---|---|---|
| committer | Andrew Dunstan <andrew@dunslane.net> | 2010-01-30 01:46:57 +0000 |
| commit | 85d67ccd75ca61b27f8c58f2ea8d4e68af545d55 (patch) | |
| tree | e81ddbe3348821079f482f5ef214d01f668bc36f /src/pl/plperl/plc_perlboot.pl | |
| parent | 29eedd312274a62dfc510be099873319762fdfcc (diff) | |
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.
Diffstat (limited to 'src/pl/plperl/plc_perlboot.pl')
| -rw-r--r-- | src/pl/plperl/plc_perlboot.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pl/plperl/plc_perlboot.pl b/src/pl/plperl/plc_perlboot.pl index f0210e54f90..9364a30ece3 100644 --- a/src/pl/plperl/plc_perlboot.pl +++ b/src/pl/plperl/plc_perlboot.pl @@ -1,8 +1,7 @@ -# $PostgreSQL: pgsql/src/pl/plperl/plc_perlboot.pl,v 1.3 2010/01/26 23:11:56 adunstan Exp $ +# $PostgreSQL: pgsql/src/pl/plperl/plc_perlboot.pl,v 1.4 2010/01/30 01:46:57 adunstan Exp $ PostgreSQL::InServer::Util::bootstrap(); -PostgreSQL::InServer::SPI::bootstrap(); use strict; use warnings; |
