Re: BufFileRead() error signalling

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BufFileRead() error signalling
Дата
Msg-id 20200129062640.GF145179@paquier.xyz
обсуждение исходный текст
Ответ на Re: BufFileRead() error signalling  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: BufFileRead() error signalling
Re: BufFileRead() error signalling
Список pgsql-hackers
On Tue, Jan 28, 2020 at 03:51:54PM -0500, Robert Haas wrote:
> I quickly reread that thread and I don't see that there's any firm
> consensus there in favor of "read %d of %zu" over "read only %d of %zu
> bytes". Now, if most people prefer the former, so be it, but I don't
> think that's clear from that thread.

The argument of consistency falls in favor of the former on HEAD:
$ git grep "could not read" | grep "read %d of %zu" | wc -l
59
$ git grep "could not read" | grep "read only %d of %zu" | wc -l
0
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Setting min/max TLS protocol in clientside libpq
Следующее
От: Movead Li
Дата:
Сообщение: Re: Append with naive multiplexing of FDWs