Re: BUG #18582: fixed range of search for empty slot in SLRU
Sergey Sargsyan <sergey.sargsyan.2001@gmail.com>
From: Sergey Sargsyan <sergey.sargsyan.2001@gmail.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: pgsql-bugs@lists.postgresql.org, Dilip Kumar <dilipbalaut@gmail.com>
Date: 2024-08-19T09:40:18Z
Lists: pgsql-bugs
Glad to be of help. пн, 19 авг. 2024 г. в 04:20, Alvaro Herrera <alvherre@alvh.no-ip.org>: > On 2024-Aug-13, Alvaro Herrera wrote: > > > 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. > > Thanks for reporting this. I have pushed it now. > > -- > Álvaro Herrera PostgreSQL Developer — > https://www.EnterpriseDB.com/ > "El Maquinismo fue proscrito so pena de cosquilleo hasta la muerte" > (Ijon Tichy en Viajes, Stanislaw Lem) > -- Sargsyan Serezha Platform V Pangolin SE — platformv.sbertech.ru/products/rabota-s-dannymi/pangolin
Commits
-
Search for SLRU page only in its own bank
- fad0da271e00 17.0 landed
- 7b063ff26a5f 18.0 landed
-
Improve performance of subsystems on top of SLRU
- 53c2a97a9266 17.0 cited