forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd5d0969
committed
Remove superfluous memset from pgstat_recv_resetslrucounter
The extra memset meant pg_stat_reset_slru() always reset all the entrieseven when reset of a single entry was requested, but the timestamp wasleft uninitialized.Reported-by: Atsushi TorikoshiDiscussion:https://postgr.es/m/CACZ0uYFe16pjZxQYaTn53mspyM7dgMPYL3DJLjjPw69GMCC2Ow%40mail.gmail.com1 parente685ca6 commitd5d0969
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6233 | 6233 |
| |
6234 | 6234 |
| |
6235 | 6235 |
| |
6236 |
| - | |
6237 |
| - | |
6238 | 6236 |
| |
6239 | 6237 |
| |
6240 | 6238 |
| |
|
0 commit comments
Comments
(0)