Re: BufFileRead() error signalling

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BufFileRead() error signalling
Дата
Msg-id 20200130052751.GD1956@paquier.xyz
обсуждение исходный текст
Ответ на Re: BufFileRead() error signalling  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Wed, Jan 29, 2020 at 10:01:31AM -0500, Robert Haas wrote:
> Your grep misses one instance of 'read only %d of %d bytes' because
> you grepped for %zu specifically, but that doesn't really change the
> overall picture.

Yes, the one in pg_checksums.c.  That could actually be changed with a
cast to Size.  (Note that there is a second one related to writes but
there is a precedent in md.c, and a similar one in rewriteheap.c..)

Sorry for the digression.
--
Michael

Вложения

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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Tid scan increments value of pg_stat_all_tables.seq_scan. (butnot seq_tup_read)
Следующее
От: Ian Barwick
Дата:
Сообщение: Prevent pg_basebackup running as root