From:
Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To:
Andrew Dunstan <andrew(at)dunslane(dot)net>
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 15:49:26
Message-ID:
1325864888-sup-1128@alvh.no-ip.org (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
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.
--
Álvaro Herrera <alvherre(at)commandprompt(dot)com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
In response to
Responses
pgsql-hackers by date
Next :From: Simon RiggsDate: 2012-01-06 15:51:05
Subject : Re: Poorly thought out code in vacuum
Previous :From : Robert HaasDate : 2012-01-06 15:49:14
Subject : Re: Progress on fast path sorting, btree index creation time
pgsql-committers by date
Next :From: Andrew DunstanDate: 2012-01-06 16:13:40
Subject : Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl
fix.
Previous :From : Robert HaasDate : 2012-01-06 13:36:27
Subject : pgsql: Fix variable confusion in BufferSync().