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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
Дата
Msg-id CAB7nPqTnAyTwrnXfyJdmovu0B991KK3tymgW5NNtPWyU=fhNzQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-committers
On Fri, Jul 17, 2015 at 11:16 PM, Kevin Grittner <kgrittn@ymail.com> wrote:
> 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)
>                         ^

Oops. If someone could pick up the attached (backpatch to 9.5 needed)...
--
Michael

Вложения

В списке pgsql-committers по дате отправления:

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: pgsql: Retain comments on indexes and constraints at ALTER TABLE ... TY
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix entirely broken permissions test in new alter_operator regre