pgsql: Revert unintentional change in increasing usage count during pin

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert unintentional change in increasing usage count during pin
Date: 2017-03-20 15:49:09
Message-ID: E1cpzYT-0001WD-4I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2017-03-20 15:50:03 pgsql: Revert unintentional change in increasing usage count during pin
Previous Message Stephen Frost 2017-03-20 15:06:09 Re: Re: [COMMITTERS] pgsql: Improve pg_dump regression tests and code coverage