pgsql: Document the fix for perl 5.10 with this comment: * The

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document the fix for perl 5.10 with this comment: * The
Date: 2008-01-23 00:55:47
Message-ID: 20080123005547.E112D754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Document the fix for perl 5.10 with this comment:
* The temporary enabling of the caller opcode here is to work around a
* bug in perl 5.10, which unkindly changed the way its Safe.pm works, without
* notice. It is quite safe, as caller is informational only, and in any case
* we only enable it while we load the 'strict' module.

Modified Files:
--------------
pgsql/src/pl/plperl:
plperl.c (r1.135 -> r1.136)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.135&r2=1.136)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-01-23 02:04:47 pgsql: Reference pgAdmin as a typical client-side tool, rather than the
Previous Message Andrew Dunstan 2008-01-22 23:32:53 Re: pgsql: Work around for perl 5.10 bug - fix due to perl hacker Simon