Re: PL/Perl regression tests with use_strict - Mailing list pgsql-patches

From Michael Fuhr
Subject Re: PL/Perl regression tests with use_strict
Date
Msg-id 20050824022228.GA32113@winnie.fuhr.org
Whole thread Raw
In response to PL/Perl regression tests with use_strict  (Michael Fuhr <mike@fuhr.org>)
Responses Re: PL/Perl regression tests with use_strict  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Sat, Aug 20, 2005 at 01:52:42PM -0600, Michael Fuhr wrote:
> The attached patch allows the PL/Perl regression tests to pass when
> use_strict is enabled.  I've also attached a variant of plperl_elog.out
> to account for an elog() message that shows a different line number
> when run under use_strict.

Here's an updated version of the PL/Perl regression test patch that
works with Andrew Dunstan's strict mode patch, both when use_strict
is enabled and when it's disabled.  The variant of plperl_elog.out
is no longer needed.

--
Michael Fuhr

Attachment

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: plperl strict mode and associated fixes
Next
From: Michael Fuhr
Date:
Subject: Re: plperl strict mode and associated fixes