BUG #18582: fixed range of search for empty slot in SLRU

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: sergey(dot)sargsyan(dot)2001(at)gmail(dot)com
Subject: BUG #18582: fixed range of search for empty slot in SLRU
Date: 2024-08-13 12:29:57
Message-ID: 18582-5f301dd30ba91a38@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18582
Logged by: Sergey Sargsyan
Email address: sergey(dot)sargsyan(dot)2001(at)gmail(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2024-08-13 18:05:34 Re: TLS session tickets disabled?
Previous Message Kuntal Ghosh 2024-08-13 12:12:29 Re: BUG #18559: Crash after detaching a partition concurrently from another session