Re: BUG #18582: fixed range of search for empty slot in SLRU - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #18582: fixed range of search for empty slot in SLRU
Date
Msg-id 202408131832.otg7uksezbfw@alvherre.pgsql
Whole thread Raw
In response to BUG #18582: fixed range of search for empty slot in SLRU  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
On 2024-Aug-13, PG Bug reporting form wrote:

> pageno should be searched only inside its own bank, because it may never
> appear in other banks.
> 
> https://github.com/postgres/postgres/pull/174

For the archives, the patch proposed in the pull request is attached
here.

I agree with this patch.  This is just an innocuous oversight in commit
53c2a97a9266.  Dilip?

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
"El sentido de las cosas no viene de las cosas, sino de
las inteligencias que las aplican a sus problemas diarios
en busca del progreso." (Ernesto Hernández-Novich)

Attachment

pgsql-bugs by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: FDW INSERT batching can change behavior
Next
From: "David G. Johnston"
Date:
Subject: Re: a row is not inserted in nested INSERT ON CONFLICT