Re: Incorrect processing of CREATE TRANSFORM with DDL deparding

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Incorrect processing of CREATE TRANSFORM with DDL deparding
Дата
Msg-id 20150626213100.GU3289@postgresql.org
обсуждение исходный текст
Ответ на Re: Incorrect processing of CREATE TRANSFORM with DDL deparding  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Incorrect processing of CREATE TRANSFORM with DDL deparding  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-bugs
Michael Paquier wrote:
> On Mon, Jun 22, 2015 at 4:25 AM, Alvaro Herrera wrote:
> > Thanks, pushed that part of it.  Looking at the event trigger bits next.
>
> Thanks for looking at that. Not sure if that's useful, but attached is
> a rebased version of the rest.

Pushed the fixes to transform and the new test file, thanks; didn't push
the other changes for ObjectAddressEq() and the changes in
ProcessUtilitySlow.  These are attached.  I don't want to lose that
stuff: I would like to have an assertion that verifies that the branch
in the large switch has at least given some thought to command
collection (precisely to prevent bugs of the type being fixed here.)
One problem is cases that return InvalidObjectAddress because of IF NOT
EXISTS, for instance, so it's not just a one-line assert addition.

I just noticed I neglected to credit for authorship in the commit
message, sorry about that :-(

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: BUG #13470: Logical replication 'invalid memory alloc'
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Incorrect processing of CREATE TRANSFORM with DDL deparding