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/z6soha5yffgvp...@ip-10-97-1-34.eu-west-3.compute.internal Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/320545bfcfee9c6826d9ae96a880ec82fc03d860 Modified Files -------------- doc/src/sgml/ref/explain.sgml | 5 +++-- src/backend/commands/explain.c | 7 ++++++- 2 files changed, 9 insertions(+), 3 deletions(-)