Re: hash join error improvement (old)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: hash join error improvement (old)
Дата
Msg-id 20409.1590543021@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: hash join error improvement (old)  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: hash join error improvement (old)  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> There are more uses of BufFileRead that don't bother to distinguish
> these two cases apart, though -- logtape.c, tuplestore.c,
> gistbuildbuffers.c all do the same.

Yeah.  I rather suspect that callers of BufFileRead/Write are mostly
expecting that those functions will throw an ereport() for any interesting
error condition.  Maybe we should make it so, instead of piecemeal fixing
the callers?

            regards, tom lane



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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Remove page-read callback from XLogReaderState.
Следующее
От: Melanie Plageman
Дата:
Сообщение: Re: Trouble with hashagg spill I/O pattern and costing