pgsql: Add the additional information to the logical replication worker - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Add the additional information to the logical replication worker
Date
Msg-id E1nRPt5-001PyP-8V@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add the additional information to the logical replication worker errcontext.

This commits adds both the finish LSN (commit_lsn in case transaction got
committed, prepare_lsn in case of a prepared transaction, etc.) and
replication origin name to the existing error context message.

This will help users in specifying the origin name and transaction finish
LSN to pg_replication_origin_advance() SQL function to skip a particular
transaction.

Author: Masahiko Sawada
Reviewed-by: Takamichi Osumi, Euler Taveira, and Amit Kapila
Discussion: https://postgr.es/m/CAD21AoBarBf2oTF71ig2g_o=3Z_Dt6_sOpMQma1kFgbnA5OZ_w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d3e8368c4b6e5110d8b3d12859850aeaae08dffb

Modified Files
--------------
doc/src/sgml/logical-replication.sgml    | 23 ++++++++--
src/backend/replication/logical/worker.c | 75 ++++++++++++++++++++++++--------
2 files changed, 75 insertions(+), 23 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: plpython: Adjust docs after removal of Python 2 support.
Next
From: Michael Paquier
Date:
Subject: pgsql: Improve comment in execReplication.c