pgsql: Add information about WAL buffers being full to EXPLAIN (WAL) - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add information about WAL buffers being full to EXPLAIN (WAL)
Date
Msg-id E1tju75-007YWZ-V2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: pg_stat_statements: Add wal_buffers_full
Next
From: Michael Paquier
Date:
Subject: pgsql: Add information about WAL buffers full to VACUUM/ANALYZE (VERBOS