[HACKERS] PinBuffer() no longer makes use of strategy - Mailing list pgsql-hackers

From Jim Nasby
Subject [HACKERS] PinBuffer() no longer makes use of strategy
Date
Msg-id 6e9e5170-c3e6-a185-db57-7967ff000779@BlueTreble.com
Whole thread Raw
Responses Re: [HACKERS] PinBuffer() no longer makes use of strategy  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Commit 48354581a49c30f5757c203415aa8412d85b0f70 (Allow Pin/UnpinBuffer 
to operate in a lockfree manner) removed the code in PinBuffer that 
conditionally incremented usage_count when a ring buffer was in use. Was 
that intentional? ISTM the old behavior should have been retained.
-- 
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] Parallel Index Scans
Next
From: Andres Freund
Date:
Subject: Re: [HACKERS] PinBuffer() no longer makes use of strategy