Re: Perl 5.18 breaks pl/perl regression tests?

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Perl 5.18 breaks pl/perl regression tests?
Date: 2013-06-03 05:59:09
Message-ID: 20130603055908.GA6410@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

> It looks quite a bit like somebody's fixed a line-counting bug inside
> Perl, which may mean that we'll have to maintain two expected-output
> files or else remove these particular test cases. Which would be
> annoying.

Maybe we can set a $SIG{__WARN__} routine instead, which would re-print
the warning appending a \n, to supress the line count.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kaare Rasmussen 2013-06-03 06:42:56 Re: Perl 5.18 breaks pl/perl regression tests?
Previous Message Michael Paquier 2013-06-03 04:55:25 Re: Perl 5.18 breaks pl/perl regression tests?