pgsql: Repair out-of-date information in src/backend/storage/buffer/REA - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Repair out-of-date information in src/backend/storage/buffer/REA
Date
Msg-id E1SWpCh-0006vU-UV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Repair out-of-date information in src/backend/storage/buffer/README.

In commit d526575f893c1a4e05ebd307e80203536b213a6d, we changed things so
that buffer usage counts are incremented when the buffer is pinned, rather
than when it is unpinned, but the README file didn't get the memo.

Report by Amit Kapila.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/219c024c64ced7ce497fe455b1e3dd7b70012775

Modified Files
--------------
src/backend/storage/buffer/README |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Move postmaster's RemovePgTempFiles call to a less randomly chos
Next
From: Robert Haas
Date:
Subject: pgsql: Prevent pg_basebackup when integer_datetimes flag doesn't match.