Re: Proposal: Conflict log history table for Logical Replication

From: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Nisha Moond <nisha(dot)moond412(at)gmail(dot)com>, shveta malik <shveta(dot)malik(at)gmail(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Proposal: Conflict log history table for Logical Replication
Date: 2026-07-09 09:15:09
Message-ID: CAFiTN-sHeA=A+054KcOGue_q4tiT65rRvKxfdmJL3xjMwa2Kow@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 6, 2026 at 3:48 PM Dilip Kumar <dilipbalaut(at)gmail(dot)com> wrote:
>
> On Mon, Jul 6, 2026 at 3:27 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> >
> > On Mon, Jul 6, 2026 at 1:14 PM Dilip Kumar <dilipbalaut(at)gmail(dot)com> wrote:
> > >
> > > On Fri, Jul 3, 2026 at 5:25 PM Nisha Moond <nisha(dot)moond412(at)gmail(dot)com> wrote:
> > > >
> > > > For the pushed patch (commit a5918fd), it seems we missed updating the
> > > > pg_subscription catalog documentation for the two newly added columns:
> > > >
> > > > subconflictlogrelid | oid | | not null |
> > > > subconflictlogdest | text | C | not null |
> > > >
> > > > Attached is a small patch for the same.
> > >
> > > Yeah that make sense, also added a extra change suggested by Peter for
> > > <firstterm> markup.
> > >
> >
> > Did you consider changing the code comments as suggested by me in
> > email [1] to address Peter's complaint on repetitiveness of code
> > comments?
> >
> > [1] - https://www.postgresql.org/message-id/CAA4eK1LH9N80WbFe88Lp0fFrXosVpYnh8iqtrh9kpfJR5N%3Dpyg%40mail.gmail.com
> >
>
> Not yet, I thought we hadn't reached a conclusion on this part.

Here is the updated version which includes this suggestion. Peter,
does this address your concern about repetitive comments?

--
Regards,
Dilip Kumar
Google

Attachment Content-Type Size
v1-0001-doc-Add-catalog-documentation-for-logical-replica.patch application/octet-stream 9.8 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2026-07-09 09:23:34 Re: Support EXCEPT for TABLES IN SCHEMA publications
Previous Message Peter Eisentraut 2026-07-09 09:10:18 Re: [Proposal] Adding callback support for custom statistics kinds