Re: BUG #16369: Segmentation Faults and Data Corruption with Generated Columns

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16369: Segmentation Faults and Data Corruption with Generated Columns
Дата
Msg-id 1047.1586994741@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #16369: Segmentation Faults and Data Corruption withGenerated Columns  (David Rowley <dgrowleyml@gmail.com>)
Ответы Re: BUG #16369: Segmentation Faults and Data Corruption withGenerated Columns  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-bugs
David Rowley <dgrowleyml@gmail.com> writes:
> I'd say the fix should be to just datumCopy() the result of the
> calculation. i.e the attached.

That looks like it'll fail on a null result.

            regards, tom lane



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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: BUG #16369: Segmentation Faults and Data Corruption withGenerated Columns
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #16368: Incorrect function inlining in the presence of a window function