RE: Conflict detection and logging in logical replication

From: "Zhijie Hou (Fujitsu)" <houzj(dot)fnst(at)fujitsu(dot)com>
To: "Zhijie Hou (Fujitsu)" <houzj(dot)fnst(at)fujitsu(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: shveta malik <shveta(dot)malik(at)gmail(dot)com>, Nisha Moond <nisha(dot)moond412(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Jan Wieck <jan(at)wi3ck(dot)info>, Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Subject: RE: Conflict detection and logging in logical replication
Date: 2024-08-01 06:09:41
Message-ID: OS0PR01MB5716ACE86812E24DB514965594B22@OS0PR01MB5716.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thursday, August 1, 2024 11:40 AM Zhijie Hou (Fujitsu) <houzj(dot)fnst(at)fujitsu(dot)com>
> Here is the V9 patch set which addressed above and Shveta's comments.
>

The patch conflict with a recent commit a67da49, so here is rebased V10 patch set.

Thanks to the commit a67da49, I have removed the special check for
cross-partition update in apply_handle_delete_internal() because this function
will not be called in cross-update anymore.

Best Regards,
Hou zj

Attachment Content-Type Size
v10-0003-Collect-statistics-about-conflicts-in-logical-re.patch application/octet-stream 23.7 KB
v10-0001-Detect-and-log-conflicts-in-logical-replication.patch application/octet-stream 50.0 KB
v10-0002-Add-a-detect_conflict-option-to-subscriptions.patch application/octet-stream 82.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2024-08-01 06:12:13 Re: proposal: schema variables
Previous Message Thomas Munro 2024-08-01 05:57:36 Re: v17 vs v16 performance comparison