Re: Logical insert/update/delete WAL records for custom table AMs - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Logical insert/update/delete WAL records for custom table AMs
Date
Msg-id d9121ad44b60a6e91fb2cfc2c2351eacc28ccb83.camel@j-davis.com
Whole thread Raw
In response to Re: Logical insert/update/delete WAL records for custom table AMs  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Logical insert/update/delete WAL records for custom table AMs
List pgsql-hackers
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





pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Added schema level support for publication.
Next
From: 近藤雄太
Date:
Subject: Re: Missing include in be-secure-openssl.c?