Thread

  1. Re: Fix replica identity checks for MERGE command on published table.

    Dean Rasheed <dean.a.rasheed@gmail.com> — 2025-09-04T11:07:10Z

    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