pgsql: Ensure $_SHARED is declared in the main:: namespace, per bugs

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure $_SHARED is declared in the main:: namespace, per bugs
Date: 2010-07-27 04:18:31
Message-ID: 20100727041831.B848C7541D5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571.

Author: Alex Hunsaker

Tags:
----
REL9_0_STABLE

Modified Files:
--------------
pgsql/src/pl/plperl:
plc_perlboot.pl (r1.6 -> r1.6.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plc_perlboot.pl?r1=1.6&r2=1.6.2.1)
pgsql/src/pl/plperl/expected:
plperl_shared.out (r1.2 -> r1.2.6.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/expected/plperl_shared.out?r1=1.2&r2=1.2.6.1)
pgsql/src/pl/plperl/sql:
plperl_shared.sql (r1.2 -> r1.2.6.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/sql/plperl_shared.sql?r1=1.2&r2=1.2.6.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2010-07-27 06:33:46 Re: [COMMITTERS] pgsql: Add restart_after_crash GUC.
Previous Message Alvaro Herrera 2010-07-27 04:18:28 pgsql: Ensure $_SHARED is declared in the main:: namespace, per bugs