Re: conditional dropping of columns/constraints

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: conditional dropping of columns/constraints
Дата
Msg-id 4A63DA93.9080201@dunslane.net
обсуждение исходный текст
Ответ на Re: conditional dropping of columns/constraints  (Bernd Helmle <mailings@oopsware.de>)
Список pgsql-hackers

Bernd Helmle wrote:
>
> Here is a slightly updated version of the patch. I did some (very 
> minor) editing on the wording in the docs and cleaned a merge conflict 
> in tablecmds.c. I saw no code issues so far, make check passes without 
> errors. Maybe someone with more bison skills can comment on the 
> duplicated parser stuff, but it seems consistent with the rest of the 
> code.

The duplicated stuff in the grammar is pretty much what had to be done 
for other DROP IF EXISTS items to avoid shift/reduce conflicts, so it's 
quite kosher.

patch committed.

Thanks.

andrew


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH 1/2 v3] [libpq] rework sigpipe-handling macros
Следующее
От: Tom Lane
Дата:
Сообщение: Re: join removal