pgsql: Fix typo in PL/Perl Safe.pm initialization that prevented the

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in PL/Perl Safe.pm initialization that prevented the
Date: 2005-05-23 01:57:51
Message-ID: 20050523015751.9F0BA52864@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix typo in PL/Perl Safe.pm initialization that prevented the proper
sharing of %_SHARED. From Andrew Dunstan.

Modified Files:
--------------
pgsql/src/pl/plperl:
plperl.c (r1.73 -> r1.74)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.73&r2=1.74)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-05-23 02:02:53 pgsql: Fix typo in PL/Perl Safe.pm initialization that prevented the
Previous Message Neil Conway 2005-05-23 01:50:02 pgsql: Remove some verbiage describing how min() and max() are slow when