Incorrect processing of CREATE TRANSFORM with DDL deparding

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Incorrect processing of CREATE TRANSFORM with DDL deparding
Дата
Msg-id CAB7nPqQNS36enM2R=6P9FvKUu7t3k=2EjFkFBPnby==pLFqQ+w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Incorrect processing of CREATE TRANSFORM with DDL deparding  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-bugs
Hi all,

In ProcessUtilitySlow()@utility.c, for a node T_CreateTransformStmt,
process does not return ObjectAddress. This makes process inconsistent
with the other commands and the ObjectAddress passed to
EventTriggerCollectSimpleCommand is not initialized.
Coverity has pointed out the error, I just some legwork to sort out a fix.
Regards,
--
Michael

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_upgrade slowness for databases with many tables
Следующее
От: lr@pcorp.us
Дата:
Сообщение: BUG #13349: Recheck logic with index mixed up when used with LATERAL