Re: Package namespace and Safe init cleanup for plperl [PATCH]
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: "David E. Wheeler" <david@kineticode.com>
Cc: Tim Bunce <Tim.Bunce@pobox.com>, Alex Hunsaker <badalex@gmail.com>, pgsql-hackers@postgresql.org
Date: 2010-02-13T22:46:05Z
Lists: pgsql-hackers
David E. Wheeler wrote: > On Feb 13, 2010, at 6:32 AM, Andrew Dunstan wrote: > > >> My feeling is if we provide something we are responsible for it, documented or not. Undocumented features with security implications raise big red flags in my head. Maybe the difference in perspective comes from working on a database as opposed to working on a language. >> > > I'm confused. Doesn't on_plperl_init already give us this? Isn't any of the stuff loaded by that GUC then available from inside the PLPerl Safe compartment? > > > No (and if it does it's a bug). Try it and see. cheers andrew