Add plperl.on_perl_init setting to provide for initializing the perl library on load. Also, handle END blocks in plperl.

Andrew Dunstan <andrew@dunslane.net>

Commit: 85d67ccd75ca61b27f8c58f2ea8d4e68af545d55
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2010-01-30T01:46:57Z
Releases: 9.0.0
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.

Files