forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit320545b
committed
Add information about WAL buffers being full to EXPLAIN (WAL)
This is similar toce5bcc4, relying on the addition ofwal_buffers_full to WalUsage. This time, the information is added tothe output generated by EXPLAIN (WAL).Author: Bertrand DrouvotReviewed-by: Ilia EvdokimovDiscussion:https://postgr.es/m/Z6SOha5YFFgvpwQY@ip-10-97-1-34.eu-west-3.compute.internal1 parentce5bcc4 commit320545b
2 files changed
+9
-3
lines changedLines changed: 3 additions & 2 deletions
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 |
| |
|
Lines changed: 6 additions & 1 deletion
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
Comments
(0)