pgsql: Print WAL logical message contents in pg_waldump - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Print WAL logical message contents in pg_waldump
Date
Msg-id E1kGVCc-0005wC-42@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Print WAL logical message contents in pg_waldump

This helps debuggability when looking at WAL streams containing logical
messages.

Author: Ashutosh Bapat <ashutosh.bapat@2ndquadrant.com>
Reviewed-by: Álvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://postgr.es/m/CAExHW5sWx49rKmXbg5H1Xc1t+nRv9PaYKQmgw82HPt6vWDVmDg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9f1cf97bb5387a6243c8a6c9725616ef7447962e

Modified Files
--------------
src/backend/access/rmgrdesc/logicalmsgdesc.c | 17 ++++++++++++++---
src/backend/replication/logical/message.c    |  1 +
src/include/replication/message.h            |  5 ++---
3 files changed, 17 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: update v13 release notes through today, do a copy-editing p
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: some more v13 release note tweaking.