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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Repair out-of-date information in src/backend/storage/buffer/REA
Date: 2012-05-22 13:32:47
Message-ID: E1SWpCh-0006vU-UV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-05-22 14:04:23 pgsql: Prevent pg_basebackup when integer_datetimes flag doesn't match.
Previous Message Tom Lane 2012-05-22 02:50:48 pgsql: Move postmaster's RemovePgTempFiles call to a less randomly chos