Re: BUG #18233: coerce_type accepts NULL as pstate and can pass it to coerce_record_to_complex

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #18233: coerce_type accepts NULL as pstate and can pass it to coerce_record_to_complex
Дата
Msg-id 1268114.1701959563@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #18233: coerce_type accepts NULL as pstate and can pass it to coerce_record_to_complex  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> coerce_type accepts NULL as pstate and can pass it to
> coerce_record_to_complex, which passes it to GetNSItemByRangeTablePosn,
> which dereferences it.

Can you demonstrate any actual bug here?  If so, it's not
coerce_type's, which is clearly documented to allow NULL.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #18232: Function pushJsonbValueScalar has not Assert(scalarVal) on WJB_KEY, WJB_VALUE and WJB_ELEM
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #18234: Nested Loop joint strategy is ignored for a tiny table joined with UNION ALL of two filtered parts