forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite64c733
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 parentf0bd0b4 commite64c733
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
| 244 | + | |
244 | 245 |
| |
245 | 246 |
| |
246 | 247 |
| |
|
0 commit comments
Comments
(0)