Re: Proposal: Conflict log history table for Logical Replication

From: shveta malik <shveta(dot)malik(at)gmail(dot)com>
To: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>, Nisha Moond <nisha(dot)moond412(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>, shveta malik <shveta(dot)malik(at)gmail(dot)com>
Subject: Re: Proposal: Conflict log history table for Logical Replication
Date: 2026-07-01 06:34:25
Message-ID: CAJpy0uDyHrZndi2qA=t_Jiyg8EcGwSCVZAddigZcKu==qtP3kg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 30, 2026 at 5:20 PM Dilip Kumar <dilipbalaut(at)gmail(dot)com> wrote:
>
>
> I have merged these patches and also merged 0001 and 0002. Also fixed
> other open comments from Nisha, Shlok, and Peter
>

These are not needed:

+++ b/src/include/replication/conflict.h
+#include "catalog/pg_type.h"

+++ b/src/backend/commands/lockcmds.c
+#include "catalog/catalog.h"

Plus we can have relevant docs added to this patch.

I do not have any further comments on 001.

thanks
Shveta

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-07-01 07:07:06 Re: Add pg_stat_kind_info system view
Previous Message Richard Guo 2026-07-01 06:34:18 Re: Improve UNION's output rowcount estimate