Re: pgsql: Substitute extraneous underscores with spaces. - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Substitute extraneous underscores with spaces.
Date
Msg-id 20090416143718.GT7709@alvh.no-ip.org
Whole thread Raw
In response to Re: pgsql: Substitute extraneous underscores with spaces.  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
Andrew Dunstan wrote:
> Alvaro Herrera wrote:
>> Log Message:
>> -----------
>> Substitute extraneous underscores with spaces.
>>
>> Modified Files:
>> --------------
>>     pgsql/src/backend/utils/adt:
>>         arrayfuncs.c (r1.155 -> r1.156)
>>         (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/arrayfuncs.c?r1=1.155&r2=1.156)
>
> This has broken the regression tests and sent the buildfarm red.

Argh ...

I'm on it.  Thanks for the note.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Substitute extraneous underscores with spaces.
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Fix the regression test error message for array_fill, too.