Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY - Mailing list pgsql-committers

From Heikki Linnakangas
Subject Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
Date
Msg-id 55A50DDA.6060509@iki.fi
Whole thread Raw
In response to Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On 07/14/2015 04:02 PM, Tom Lane wrote:
> Heikki Linnakangas <heikki.linnakangas@iki.fi> writes:
>> Retain comments on indexes and constraints at ALTER TABLE ... TYPE ...
>
> One or the other of these patches has broken the majority of the
> buildfarm.

Ah, the order of the rows in the test queries was not stable. Added
ORDER BYs. Sorry about that.

- Heikki


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Make regression test output stable.
Next
From: Fujii Masao
Date:
Subject: pgsql: Prevent pgstattuple() from reporting BRIN as unknown index.