Re: BUG #18264: Table has type text, but query expects integer.attribute 1 of type record has wrong type

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: BUG #18264: Table has type text, but query expects integer.attribute 1 of type record has wrong type
Дата
Msg-id CAApHDvqCFLu1kX7O41zrtTt+4WKF=bfaqoNqzvS8UeEwreLvMw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #18264: Table has type text, but query expects integer.attribute 1 of type record has wrong type  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-bugs
On Sun, 31 Dec 2023 at 16:24, David Rowley <dgrowleyml@gmail.com> wrote:
> It looks like the problem is in ExecEvalPreOrderedDistinctMulti(). It
> overwrites the tmpcontext's slots but fails to properly restore the
> originals again.

I pushed a slightly revised version of this.  I ended up adding a bool
isdistinct local variable so I didn't have to reset the slots in two
places.  It kinda makes it easier to see what the true and false
means, so that might have been a good change regardless of the bug.

Thanks for reporting this Vojtěch and for the reproducer script.

David



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: BUG #18267: Logical replication bug: data is not synchronized after Alter Publication.
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: BUG #18267: Logical replication bug: data is not synchronized after Alter Publication.