forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6a8a7ce
committed
Add information about WAL buffers full to VACUUM/ANALYZE (VERBOSE)
This commit adds the information about the number of times WAL buffershave been full to the logs generated by VACUUM/ANALYZE (VERBOSE) and inthe logs generated by autovacuum, complementing the existing informationstored by WalUsage.This is the last part of the backend code where the value ofwal_buffers_full can be reported, similarly to all the other fields ofWalUsage.320545b andce5bcc4 have done the same for EXPLAINand pgss.Author: Bertrand DrouvotReviewed-by: Ilia EvdokimovDiscussion:https://postgr.es/m/Z6SOha5YFFgvpwQY@ip-10-97-1-34.eu-west-3.compute.internal1 parent320545b commit6a8a7ce
2 files changed
+6
-4
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1125 | 1125 |
| |
1126 | 1126 |
| |
1127 | 1127 |
| |
1128 |
| - | |
| 1128 | + | |
1129 | 1129 |
| |
1130 | 1130 |
| |
1131 |
| - | |
| 1131 | + | |
| 1132 | + | |
1132 | 1133 |
| |
1133 | 1134 |
| |
1134 | 1135 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
832 | 832 |
| |
833 | 833 |
| |
834 | 834 |
| |
835 |
| - | |
| 835 | + | |
836 | 836 |
| |
837 | 837 |
| |
838 |
| - | |
| 838 | + | |
| 839 | + | |
839 | 840 |
| |
840 | 841 |
| |
841 | 842 |
| |
|
0 commit comments
Comments
(0)