Re: BUG #17477: A crash bug in transformValuesClause()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17477: A crash bug in transformValuesClause()
Дата
Msg-id 3927831.1652130535@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #17477: A crash bug in transformValuesClause()  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Looking at the code, I understand that what your patch is doing is
> making the zeroth case no longer a special one but rather handled it in
> the same loop block as the other cases, which is why the bug is fixed.
> LGTM.

Thanks for looking!  With the time constraint being what it is,
the more eyes on the patch the better.

            regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #17477: A crash bug in transformValuesClause()
Следующее
От: Miloš Urbánek
Дата:
Сообщение: Re: BUG #17476: ERROR: "variable not found in subplan target list" when running SELECT COUNT(*)