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