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

From Michael Paquier
Subject Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
Date
Msg-id CAB7nPqRngLou0NCrz5qJvGwXk6E0XbV=pqFGfGGVK2u=w7O1+w@mail.gmail.com
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 Tue, Jul 14, 2015 at 10:02 PM, Tom Lane <tgl@sss.pgh.pa.us> 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.

Some ORDER BY clauses are missing to make the output consistent it
seems. At the same time the queries could be reformated a bit to not
be longer than 80 characters. A patch is attached.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Make regression test output stable.