From:
Andrew Dunstan <andrew(at)dunslane(dot)net>
To:
Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc:
Alex Hunsaker <badalex(at)gmail(dot)com>,
Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl
fix.
Date:
2012-01-06 16:13:40
Message-ID:
4F071DB4.10107@dunslane.net (view raw or flat )
Thread:
2012-01-05 23:02:48 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-01-05 23:31:41 from Alex Hunsaker <badalex(at)gmail(dot)com>
2012-01-05 23:59:53 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-01-06 03:59:33 from Alex Hunsaker <badalex(at)gmail(dot)com>
2012-01-06 07:26:07 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-01-06 13:34:30 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-01-06 15:49:26 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
2012-01-06 16:13:40 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-01-06 19:02:49 from Alex Hunsaker <badalex(at)gmail(dot)com>
2012-01-06 19:13:41 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-01-06 21:05:09 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-01-13 02:28:22 from Alex Hunsaker <badalex(at)gmail(dot)com>
2012-01-13 23:07:43 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-01-14 00:09:17 from Alex Hunsaker <badalex(at)gmail(dot)com>
2012-01-15 21:21:53 from Andrew Dunstan <andrew(at)dunslane(dot)net>
Lists:
pgsql-committers pgsql-hackers
On 01/06/2012 10:49 AM, Alvaro Herrera wrote:
> Excerpts from Andrew Dunstan's message of vie ene 06 10:34:30 -0300 2012:
>
>> And yes, we should possibly add a regression test or two. Of course, we can't use the cause of the original complaint ($^V) in them, though.
> Why not? You obviously can't need output it verbatim, but you could
> compare it with a different function that returns $^V stringified by a
> different mechanism.
>
not sure exactly how to in such a way that exercises this code, but feel
free to suggest something ;-)
cheers
andrew
In response to
pgsql-hackers by date
Next :From: Robert HaasDate: 2012-01-06 16:37:25
Subject : Re: Poorly thought out code in vacuum
Previous :From : Tom LaneDate : 2012-01-06 16:05:21
Subject : Re: CLOG contention
pgsql-committers by date
Next :From: Tom LaneDate: 2012-01-06 18:05:09
Subject : pgsql: Fix pg_restore's direct-to-database mode for INSERT-styletable
Previous :From : Alvaro HerreraDate : 2012-01-06 15:49:26
Subject : Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl fix.