Logical replication support for generic wal record

From: Natarajan R <nataraj3098(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Logical replication support for generic wal record
Date: 2022-08-22 06:29:05
Message-ID: CAPqxBt5CWvb20JVCP4C+52TB1uTYW7udA5afp3XbP1O8TTyAUw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

I am writing a postgres extension which writes only generic wal record, but
this wal is not recognized by logical replication decoder. I have a basic
understanding of how logical replication(COPY command for initial sync, wal
replica for final sync) works, can you please tell us a way to support this?

Thanks,
Natarajan.R

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2022-08-22 06:45:45 Re: Logical replication support for generic wal record
Previous Message Drouvot, Bertrand 2022-08-22 05:51:39 Re: shared-memory based stats collector - v70