Re: Add on_trusted_init and on_untrusted_init to plperl UPDATED [PATCH]

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alex Hunsaker <badalex@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Tim Bunce <Tim.Bunce@pobox.com>, pgsql-hackers@postgresql.org
Date: 2010-02-03T04:38:33Z
Lists: pgsql-hackers
Alex Hunsaker <badalex@gmail.com> writes:
> Yeah the both is gross.  How about:
> plperl.on_plperl_init
> plperl.on_plperlu_init
> plperl.on_init ?

I like the first two.  The problem of selecting a good name for the
third one is easily solved: don't have it.  What would it be except
a headache and a likely security problem?

			regards, tom lane