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

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Logical insert/update/delete WAL records for custom table AMs
Дата
Msg-id d9121ad44b60a6e91fb2cfc2c2351eacc28ccb83.camel@j-davis.com
обсуждение исходный текст
Ответ на Re: Logical insert/update/delete WAL records for custom table AMs  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: Logical insert/update/delete WAL records for custom table AMs  (Amit Kapila <amit.kapila16@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: Added schema level support for publication.
Следующее
От: 近藤雄太
Дата:
Сообщение: Re: Missing include in be-secure-openssl.c?