From: | Dilip Kumar <dilipbalaut(at)gmail(dot)com> |
---|---|
To: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
Cc: | shveta malik <shveta(dot)malik(at)gmail(dot)com>, "Zhijie Hou (Fujitsu)" <houzj(dot)fnst(at)fujitsu(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, vignesh C <vignesh21(at)gmail(dot)com>, Nisha Moond <nisha(dot)moond412(at)gmail(dot)com> |
Subject: | Re: Conflict detection for update_deleted in logical replication |
Date: | 2025-08-12 09:01:17 |
Message-ID: | CAFiTN-vuo=veX9UHC8odSvSs_XzbauSeAMoM+eSwvC+yhYvAow@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Aug 12, 2025 at 2:21 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> On Tue, Aug 12, 2025 at 2:06 PM shveta malik <shveta(dot)malik(at)gmail(dot)com> wrote:
> >
> > 2)
> > postgres=# create subscription sub2 connection 'dbname=postgres
> > host=localhost user=shveta port=5433' publication pub2 WITH
> > (retain_dead_tuples = false, max_conflict_retention_duration=1000);
> > NOTICE: created replication slot "sub2" on publisher
> > CREATE SUBSCRIPTION
> >
> > Shall we give notice that max_conflict_retention_duration is ignored
> > as retain_dead_tuples is false.
> >
>
> How about disallowing this combination?
+1 to disallow that.
--
Regards,
Dilip Kumar
Google
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2025-08-12 09:14:15 | Re: Parallel Apply |
Previous Message | Fujii Masao | 2025-08-12 08:57:45 | Re: Excessive LOG messages from replication slot sync worker |