Re: Re[2]: BUG #17561: Server crashes on executing row() with very long argument list

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re[2]: BUG #17561: Server crashes on executing row() with very long argument list
Дата
Msg-id 1745216.1659365738@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re[2]: BUG #17561: Server crashes on executing row() with very long argument list  (Richard Guo <guofenglinux@gmail.com>)
Список pgsql-bugs
Richard Guo <guofenglinux@gmail.com> writes:
> Just noticed that CheckAttributeNamesTypes will check on column count
> against MaxHeapAttributeNumber. Maybe we should use this as the limit?

Yeah, otherwise you'll get a very confusing message about too many
columns in a *table*.

Also, there are two levels we have to check at, per-function and
then the merged tupdesc for the whole RTE.

I should have thought of function RTEs when asserting that there
were no other holes to plug :-(.  Will fix, thanks for the report!

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17564: Planner bug in combination of generate_series(), unnest() and ORDER BY
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Statistics updates is delayed when using `commit and chain`