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

From PG Bug reporting form
Subject BUG #18582: fixed range of search for empty slot in SLRU
Date
Msg-id 18582-5f301dd30ba91a38@postgresql.org
Whole thread Raw
Responses Re: BUG #18582: fixed range of search for empty slot in SLRU
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18582
Logged by:          Sergey Sargsyan
Email address:      sergey.sargsyan.2001@gmail.com
PostgreSQL version: 17beta3
Operating system:   Linux
Description:

pageno should be searched only inside its own bank, because it may never
appear in other banks.

https://github.com/postgres/postgres/pull/174


pgsql-bugs by date:

Previous
From: Kuntal Ghosh
Date:
Subject: Re: BUG #18559: Crash after detaching a partition concurrently from another session
Next
From: Tom Lane
Date:
Subject: Re: TLS session tickets disabled?