PL/Perl regression tests with use_strict

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: PL/Perl regression tests with use_strict
Date: 2005-08-20 19:52:42
Message-ID: 20050820195242.GA77165@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

--
Michael Fuhr

Attachment Content-Type Size
plperl-regression.patch text/plain 2.6 KB
plperl_elog_1.out text/plain 506 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Fuhr 2005-08-20 20:11:41 Re: PL/Python error checking
Previous Message Michael Fuhr 2005-08-20 19:35:57 PL/Perl embedding string common elements