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