OSDN Git Service

Add plperl.on_perl_init setting to provide for initializing the perl library on load...
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 30 Jan 2010 01:46:57 +0000 (01:46 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 30 Jan 2010 01:46:57 +0000 (01:46 +0000)
commit85d67ccd75ca61b27f8c58f2ea8d4e68af545d55
treee81ddbe3348821079f482f5ef214d01f668bc36f
parent29eedd312274a62dfc510be099873319762fdfcc
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.
doc/src/sgml/plperl.sgml
src/pl/plperl/plc_perlboot.pl
src/pl/plperl/plperl.c
src/pl/plperl/sql/plperl_end.sql [new file with mode: 0644]
src/pl/plperl/sql/plperl_plperlu.sql