[COMMITTERS] pgsql: Don't exaggerate the number of temporary blocks read.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Don't exaggerate the number of temporary blocks read.
Дата
Msg-id E1e9Ss1-0001vb-7c@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't exaggerate the number of temporary blocks read.

A read that returns zero bytes (or an error) should not increment
the number of temporary blocks read.

Thomas Munro

Discussion: http://postgr.es/m/CAEepm=21xgihg=WaG+O5MFotEZfN6kFETpfw+RkSnEqNQqGn2Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ee4673ac071f8352c41cc673299b7ec695f079ff

Modified Files
--------------
src/backend/storage/file/buffile.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix code related to partitioning schemes for dropped columns.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix underqualified cast-target type names in pg_dump and psqlqu