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

From Kevin Grittner
Subject Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
Date
Msg-id 81620362.883169.1437142581761.JavaMail.yahoo@mail.yahoo.com
Whole thread Raw
In response to pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Responses Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
List pgsql-committers
Heikki Linnakangas <heikki.linnakangas@iki.fi> wrote:

> This fixes bug #13126, reported by Kirill Simonov.

It looks like you missed something with the addition of
AT_ReAddComment:

test_ddl_deparse.c:80:11: warning: enumeration value 'AT_ReAddComment' not handled in switch [-Wswitch]
                switch (subcmd->subtype)
                        ^

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Add new function pg_notification_queue_usage.
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY