forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2b88fdd
committed
Track SLRU page hits in SimpleLruReadPage_ReadOnly
SLRU page hits were tracked only in SimpleLruReadPage, but that's notenough because we may hit the page in SimpleLruReadPage_ReadOnly inwhich case we don't call SimpleLruReadPage at all.Reported-by: Kuntal GhoshDiscussion:https://postgr.es/m/20200119143707.gyinppnigokesjok@development1 parent91c4054 commit2b88fdd
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
491 | 491 |
| |
492 | 492 |
| |
493 | 493 |
| |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
494 | 498 |
| |
495 | 499 |
| |
496 | 500 |
| |
|
0 commit comments
Comments
(0)