pgsql: Ensure $_SHARED is declared in the main:: namespace, per bugs - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Ensure $_SHARED is declared in the main:: namespace, per bugs
Date
Msg-id 20100727041831.B848C7541D5@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Fix grammar backpatched to 8.1
Next
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: In postgresql.conf.sample, use on/off rather than true/false.