[COMMITTERS] pgsql: Revert unintentional change in increasing usage count duringpin - Mailing list pgsql-committers

From Teodor Sigaev
Subject [COMMITTERS] pgsql: Revert unintentional change in increasing usage count duringpin
Date
Msg-id E1cpzYT-0001WD-4I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Revert unintentional change in increasing usage count during pin of buffers,
this makes buffer access strategy have no effect.
Change was a part of commit 48354581a49c30f5757c203415aa8412d85b0f70 during 9.6
release cycle, so backpath to 9.6

Reported-by: Jim Nasby
Author: Alexander Korotkov
Reviewed-by: Jim Nasby, Andres Freund

https://commitfest.postgresql.org/13/1029/

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9cf6033281fdaf938b826545a643f951086d8671

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: Improve pg_dump regression tests and code coverage
Next
From: Teodor Sigaev
Date:
Subject: [COMMITTERS] pgsql: Revert unintentional change in increasing usage count duringpin