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

From Robert Haas
Subject [COMMITTERS] pgsql: Don't exaggerate the number of temporary blocks read.
Date
Msg-id E1e9Ss1-0001vb-7c@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Fix code related to partitioning schemes for dropped columns.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix underqualified cast-target type names in pg_dump and psqlqu