Re: Fix replica identity checks for MERGE command on published table. - Mailing list pgsql-hackers

From Dean Rasheed
Subject Re: Fix replica identity checks for MERGE command on published table.
Date
Msg-id CAEZATCWPThUd-CmFDWAWBtaE9KR55ExA5itgCxh=gFt1ztXw_w@mail.gmail.com
Whole thread Raw
In response to RE: Fix replica identity checks for MERGE command on published table.  ("Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>)
List pgsql-hackers
On Thu, 28 Aug 2025 at 07:17, Zhijie Hou (Fujitsu)
<houzj.fnst@fujitsu.com> wrote:
>
> Thanks for the review. Since we agreed to back-patch both fixes, I am attaching
> The patches for all branches (added a new function as suggested in back branches).

Thanks.

I've pushed these, though I swapped the order of commit, and of the
arguments for CheckValidResultRel() because INSERT ON CONFLICT DO
UPDATE is older than MERGE, so it seemed more natural to put that
first.

Regards,
Dean



pgsql-hackers by date:

Previous
From: Ilia Evdokimov
Date:
Subject: Re: Use merge-based matching for MCVs in eqjoinsel
Next
From: Peter Eisentraut
Date:
Subject: Re: Generate GUC tables from .dat file