Re: Package namespace and Safe init cleanup for plperl [PATCH]

Поиск
Список
Период
Сортировка
Искать

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
"David E. Wheeler" <david@kineticode.com>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:

Package namespace and Safe init cleanup for plperl [PATCH]

От:
Tim Bunce <Tim.Bunce@pobox.com>
Дата:
This is the final plperl patch in the series from me.

Changes in this patch:

- Moved internal functions out of main:: namespace
    into PostgreSQL::InServer and PostgreSQL::InServer::safe

- Restructured Safe compartment setup code
    to generalize and separate the data from the logic.

Neither change has any user visible effects.

This patch will apply cleanly over the 'Add on_trusted_init and
on_untrusted_init to plperl' patch:
https://commitfest.postgresql.org/action/patch_view?id=271

Tim.

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Tim Bunce <Tim.Bunce@pobox.com>
Дата:
On Fri, Jan 15, 2010 at 04:02:02AM +0000, Tim Bunce wrote:
> This is the final plperl patch in the series from me.
> 
> Changes in this patch:
> 
> - Moved internal functions out of main:: namespace
>     into PostgreSQL::InServer and PostgreSQL::InServer::safe
> 
> - Restructured Safe compartment setup code
>     to generalize and separate the data from the logic.
> 
> Neither change has any user visible effects.

This is a revised version of the patch with the following additional
changes:

- Further generalized the 'what to load into Safe compartment' logic.

- Added the 'warnings' pragma to the list of modules to load into Safe.
  So plperl functions can now "use warnings;" - added test for that.

- Added 'use 5.008001;' to plc_perlboot.pl as a run-time check to
  complement the configure-time check added by Tom Lane recently.

Tim.

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Tim Bunce <Tim.Bunce@pobox.com>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Tim Bunce <Tim.Bunce@pobox.com>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Tim Bunce <Tim.Bunce@pobox.com>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Tim Bunce <Tim.Bunce@pobox.com>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Alex Hunsaker <badalex@gmail.com>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Alex Hunsaker <badalex@gmail.com>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Alex Hunsaker <badalex@gmail.com>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Alex Hunsaker <badalex@gmail.com>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Alex Hunsaker <badalex@gmail.com>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Alex Hunsaker <badalex@gmail.com>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Andrew Dunstan <andrew@dunslane.net>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Andrew Dunstan <andrew@dunslane.net>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Andrew Dunstan <andrew@dunslane.net>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Andrew Dunstan <andrew@dunslane.net>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Andrew Dunstan <andrew@dunslane.net>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Andrew Dunstan <andrew@dunslane.net>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
Robert Haas <robertmhaas@gmail.com>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
"David E. Wheeler" <david@kineticode.com>
Дата:

Re: Package namespace and Safe init cleanup for plperl [PATCH]

От:
"David E. Wheeler" <david@kineticode.com>
Дата:
FAQ