Commit 320545b
committed
Add information about WAL buffers being full to EXPLAIN (WAL)
This is similar to ce5bcc4, relying on the addition of
wal_buffers_full to WalUsage. This time, the information is added to
the output generated by EXPLAIN (WAL).
Author: Bertrand Drouvot
Reviewed-by: Ilia Evdokimov
Discussion: https://postgr.es/m/Z6SOha5YFFgvpwQY@ip-10-97-1-34.eu-west-3.compute.internal1 parent ce5bcc4 commit 320545b
2 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | | - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
247 | 248 | | |
248 | 249 | | |
249 | 250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4242 | 4242 | | |
4243 | 4243 | | |
4244 | 4244 | | |
4245 | | - | |
| 4245 | + | |
4246 | 4246 | | |
4247 | 4247 | | |
4248 | 4248 | | |
| |||
4256 | 4256 | | |
4257 | 4257 | | |
4258 | 4258 | | |
| 4259 | + | |
| 4260 | + | |
| 4261 | + | |
4259 | 4262 | | |
4260 | 4263 | | |
4261 | 4264 | | |
| |||
4267 | 4270 | | |
4268 | 4271 | | |
4269 | 4272 | | |
| 4273 | + | |
| 4274 | + | |
4270 | 4275 | | |
4271 | 4276 | | |
4272 | 4277 | | |
| |||
0 commit comments