Re: Conflict detection for update_deleted in logical replication - Mailing list pgsql-hackers

From shveta malik
Subject Re: Conflict detection for update_deleted in logical replication
Date
Msg-id CAJpy0uC=J7kCO-3isUzvd+p+WoN+=Mvanb2aW_R9wb70VWgp+w@mail.gmail.com
Whole thread Raw
In response to RE: Conflict detection for update_deleted in logical replication  ("Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>)
Responses Re: Conflict detection for update_deleted in logical replication
List pgsql-hackers
On Mon, Sep 1, 2025 at 5:07 PM Zhijie Hou (Fujitsu)
<houzj.fnst@fujitsu.com> wrote:
>
>
> I reviewed the patch internally and tweaked a small detail of the apply worker
> to reduce the waiting time in the main loop when max_retention_duration is
> defined (set wait_time = min(wait_time, max_retention_duration)). Also, I added
> a simple test in 035_conflicts.pl of 0001 to verify the new sub option.
>
> Here is V70 patch set.
>

The patch v70-0001 looks good to me. Verified, all the old issues are resolved.

Will resume review of v70-0002 now.

thanks
Shveta



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Changing the state of data checksums in a running cluster
Next
From: Mihail Nikalayeu
Date:
Subject: Re: Adding REPACK [concurrently]