hash join error improvement (old)

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема hash join error improvement (old)
Дата
Msg-id 20200525230220.GA21348@alvherre.pgsql
обсуждение исходный текст
Ответы Re: hash join error improvement (old)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I recently noticed this in a customer log file:
  ERROR:  could not read from hash-join temporary file: Success

The problem is we're reporting with %m when the problem is a partial
read or write.

I propose the attached patch to solve it: report "wrote only X of X
bytes".  This caused a lot of other trouble, the cause of which I've
been unable to pinpoint as yet.  But in the meantime, this is already a
small improvement.

-- 
Álvaro Herrera

Вложения

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Trouble with hashagg spill I/O pattern and costing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: hash join error improvement (old)