Add information about WAL buffers being full to EXPLAIN (WAL)

Michael Paquier <michael@paquier.xyz>

Commit: 320545bfcfee9c6826d9ae96a880ec82fc03d860
Author: Michael Paquier <michael@paquier.xyz>
Date: 2025-02-17T05:50:33Z
Releases: 18.0
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

Files

PathChange+/−
doc/src/sgml/ref/explain.sgml modified +3 −2
src/backend/commands/explain.c modified +6 −1

Documentation touched

Discussion