Re: Add the replication origin name and commit-LSN to logical replication worker errcontext
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Euler Taveira <euler@eulerto.com>, Peter Smith <smithpb2250@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-03-09T00:32:47Z
Lists: pgsql-hackers
On Tue, Mar 8, 2022 at 7:56 PM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Mon, Mar 7, 2022 at 10:06 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > > > On Mon, Mar 7, 2022 at 6:36 AM Masahiko Sawada <sawada.mshk@gmail.com> wrote: > > > > > > Thank you for the comment. +1. > > > > > > I've attached updated patches. > > > > > > > Pushed the first patch. Fixed one typo in the second patch and > > slightly changed the commit message, otherwise, it looks good to me. > > I'll push this tomorrow unless there are more comments. > > > > Pushed. Thank you! Regards, -- Masahiko Sawada EDB: https://www.enterprisedb.com/
Commits
-
Add the additional information to the logical replication worker errcontext.
- d3e8368c4b6e 15.0 landed
-
Make the errcontext message in logical replication worker translation friendly.
- 5e0e99a80b2f 15.0 landed
-
Add logical change details to logical replication worker errcontext.
- abc0910e2e0a 15.0 cited