forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5940018
committed
Flush WAL stats in bgwriter
bgwriter can write out WAL, but did not flush the WAL pgstat counters,so the writes were not seen in pg_stat_wal.Back-patch to v14, where pg_stat_wal was introduced.Author: Nazir Bilal YavuzReviewed-by: Matthias van de Meent, Kyotaro HoriguchiDiscussion:https://www.postgresql.org/message-id/CAN55FZ2FPYngovZstr%3D3w1KSEHe6toiZwrurbhspfkXe5UDocg%40mail.gmail.com1 parentcf12c4f commit5940018
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
| 250 | + | |
250 | 251 |
| |
251 | 252 |
| |
252 | 253 |
| |
|
0 commit comments
Comments
(0)