From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Print WAL logical message contents in pg_waldump |
Date: | 2020-09-10 22:38:02 |
Message-ID: | E1kGVCc-0005wC-42@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)bapat(at)2ndquadrant(dot)com>
Reviewed-by: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2020-09-10 22:43:40 | pgsql: Doc: some more v13 release note tweaking. |
Previous Message | Tom Lane | 2020-09-10 21:43:24 | pgsql: Doc: update v13 release notes through today, do a copy-editing p |