Add information about WAL buffers being full to EXPLAIN (WAL)
authorMichael Paquier <michael@paquier.xyz>
Mon, 17 Feb 2025 05:50:33 +0000 (14:50 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 17 Feb 2025 05:50:33 +0000 (14:50 +0900)
commit320545bfcfee9c6826d9ae96a880ec82fc03d860
tree12af5afbfb2299b3c43d9f659e12198c89801ce6
parentce5bcc4a9f26484746f82d23584c8e342cba9b10
Add information about WAL buffers being full to EXPLAIN (WAL)

This is similar to ce5bcc4a9f26, 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.internal
doc/src/sgml/ref/explain.sgml
src/backend/commands/explain.c