Re: Logical insert/update/delete WAL records for custom table AMs

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Logical insert/update/delete WAL records for custom table AMs
Date: 2021-11-04 01:39:20
Message-ID: d9121ad44b60a6e91fb2cfc2c2351eacc28ccb83.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message 近藤雄太 2021-11-04 01:56:13 Re: Missing include <openssl/x509.h> in be-secure-openssl.c?
Previous Message Peter Smith 2021-11-04 01:39:10 Re: Added schema level support for publication.