Package namespace and Safe init cleanup for plperl [PATCH]
From:
Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>
To:
pgsql-hackers(at)postgresql(dot)org
Cc:
Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>
Subject:
Package namespace and Safe init cleanup for plperl [PATCH]
Date:
2010-01-15 04:02:02
Message-ID:
20100115040202.GN8024@timac.local (view raw or flat )
Thread:
2010-01-15 04:02:02 from Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>
2010-01-25 19:53:26 from Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>
2010-01-30 03:07:30 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-01-30 14:51:22 from Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>
2010-01-30 18:08:26 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-01-30 18:37:07 from Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>
2010-02-12 20:42:54 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-02-12 21:30:37 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-02-12 23:45:54 from Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>
2010-02-13 00:57:15 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-02-13 01:17:47 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-02-13 04:08:38 from Alex Hunsaker <badalex(at)gmail(dot)com>
2010-02-13 10:17:55 from Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>
2010-02-13 14:32:31 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-02-13 22:38:29 from "David E(dot) Wheeler" <david(at)kineticode(dot)com>
2010-02-13 22:46:05 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-02-13 23:32:41 from "David E(dot) Wheeler" <david(at)kineticode(dot)com>
2010-02-13 23:35:42 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-02-14 00:00:25 from "David E(dot) Wheeler" <david(at)kineticode(dot)com>
2010-02-14 00:25:48 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-02-14 00:38:20 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-02-13 02:14:47 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-02-13 04:14:07 from Alex Hunsaker <badalex(at)gmail(dot)com>
Lists:
pgsql-hackers
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.
Responses
pgsql-hackers by date
Next :From: Greg SmithDate: 2010-01-15 04:07:52
Subject : Re: Streaming replication status
Previous :From : Fujii MasaoDate : 2010-01-15 02:38:28
Subject : Re: Streaming replication, retrying from archive