Re: BufFileRead() error signalling

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: BufFileRead() error signalling
Дата
Msg-id CA+TgmoZEmoMLfSmtSOqYwadAGsejzZkT5MMgpRxE1a=uhoPEoQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BufFileRead() error signalling  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On Wed, May 27, 2020 at 12:16 PM Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> I do have evidence of postgres crashes because of a problem that could
> be explained by this bug, so I +1 backpatching this to all supported
> branches.
>
> (The problem I saw is a hash-join spilling data to temp tablespace,
> which fills up but somehow goes undetected, then when reading the data
> back it causes heap_fill_tuple to crash.)

FWIW, that seems like a plenty good enough reason for back-patching to me.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BufFileRead() error signalling
Следующее
От: Robert Haas
Дата:
Сообщение: Re: New 'pg' consolidated metacommand patch