Re: [PATCH] Fix replica identity mismatch for partitioned tables with publish_via_partition_root - Mailing list pgsql-hackers

From Mikhail Kharitonov
Subject Re: [PATCH] Fix replica identity mismatch for partitioned tables with publish_via_partition_root
Date
Msg-id CAKkoVasOmTgHhJ8S5WwUKW69_SNT+sMYjVp7PufZQHfZKpdCcg@mail.gmail.com
Whole thread Raw
In response to [PATCH] Fix replica identity mismatch for partitioned tables with publish_via_partition_root  (Mikhail Kharitonov <mikhail.kharitonov.dev@gmail.com>)
List pgsql-hackers
Hi all,

I've rebased this series onto the latest master.

Changes in v3:

    Patch 1/2 adds two new functions: logicalrep_write_update_extended,
    logicalrep_write_delete_extended to logicalproto.
    These are now used in pgoutput and allow correct old-tuple flag handling
    when publish_via_partition_root = true.
    The old functions remain as wrappers to preserve compatibility.
    A short documentation note was added to explain the new behaviour.

    Patch 2/2 moves the TAP test into a separate commit,
    so the code change and test are isolated.

--
Best regards,
Mikhail Kharitonov

Attachment

pgsql-hackers by date:

Previous
From: Andrei Lepikhov
Date:
Subject: Re: Let plan_cache_mode to be a little less strict
Next
From: Greg Sabino Mullane
Date:
Subject: Re: Adding locks statistics