Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
Дата
Msg-id 81620362.883169.1437142581761.JavaMail.yahoo@mail.yahoo.com
обсуждение исходный текст
Ответ на pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Ответы Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY  (Michael Paquier <michael.paquier@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Add new function pg_notification_queue_usage.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY