forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf3d23d8
committed
Initialize SLRU stats entries to zero.
Previously since SLRUStats was not initialized, SLRU stats counterscould begin with non-zero value. Which could lead to incorrect resultsin pg_stat_slru view.Author: Fujii MasaoReviewed-by: Tomas VondraDiscussion:https://postgr.es/m/976bbb73-a112-de3c-c488-b34b64609793@oss.nttdata.com1 parentac3a486 commitf3d23d8
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2900 | 2900 |
| |
2901 | 2901 |
| |
2902 | 2902 |
| |
| 2903 | + | |
| 2904 | + | |
| 2905 | + | |
2903 | 2906 |
| |
2904 | 2907 |
| |
2905 | 2908 |
| |
|
0 commit comments
Comments
(0)