Re: [HACKERS] plperl loading files

2016-07-19 Thread Peter Eisentraut
On 7/16/16 5:03 PM, Jeff Janes wrote: > If you really want to suppress this per-backend activity, you can > pre-emptively load the modules yourself with something like: > > plperl.on_init ='require Carp; require Carp::Heavy; require feature;' > > But, I don't see why that should be necessary. I'

[HACKERS] plperl loading files

2016-07-16 Thread Jeff Janes
After putting "plperl" into shared_preload_libraries so that things get loaded upon server start, I was surprised to see that each backend was still accessing a handful of perl files the first time it used a plperl function. I see that the cause is src/pl/plperl/plc_trusted.pl, which loads some mo