forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7b063ff
committed
Search for SLRU page only in its own bank
One of the two slot scans in SlruSelectLRUPage was not walking only theslots in the specific bank where the buffer could be; change it to dothat.Oversight in53c2a97.Author: Sergey Sargsyan <sergey.sargsyan.2001@gmail.com>Discussion:https://postgr.es/m/18582-5f301dd30ba91a38@postgresql.org1 parent2793ace commit7b063ff
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1184 | 1184 |
| |
1185 | 1185 |
| |
1186 | 1186 |
| |
1187 |
| - | |
| 1187 | + | |
1188 | 1188 |
| |
1189 | 1189 |
| |
1190 | 1190 |
| |
|
0 commit comments
Comments
(0)