On Wed, 2021-11-03 at 11:25 +0530, Amit Kapila wrote: > You have modeled DecodeLogicalInsert based on current DecodeInsert > and > it generates the same change message, so not sure how exactly these > new messages will be different from current heap_insert/update/delete > messages?
Is there a reason you think the messages should be different for heap versus another table AM? Isn't the table AM a physical implementation detail? Regards, Jeff Davis