Re: Bug in DefineRange() with multiranges

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Bug in DefineRange() with multiranges
Дата
Msg-id YWZesfUmF5pnyd8X@paquier.xyz
обсуждение исходный текст
Ответ на Re: Bug in DefineRange() with multiranges  (Sergey Shinderuk <s.shinderuk@postgrespro.ru>)
Ответы Re: Bug in DefineRange() with multiranges  (Sergey Shinderuk <s.shinderuk@postgrespro.ru>)
Список pgsql-hackers
On Tue, Oct 12, 2021 at 08:52:29AM +0300, Sergey Shinderuk wrote:
> Thanks, here is a patch.

Looks fine seen from here, so I'll apply shortly.  I was initially
tempted to do pstrdup() on the object name returned by
QualifiedNameGetCreationNamespace(), but just removing the pfree() is
simpler.

I got to wonder about similar mistakes from the other callers of
QualifiedNameGetCreationNamespace(), so I have double-checked but
nothing looks wrong.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #17220: ALTER INDEX ALTER COLUMN SET (..) with an optionless opclass makes index and table unusable
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Reset snapshot export state on the transaction abort