On Mon, Aug 22, 2022 at 11:59 AM Natarajan R <nataraj3...@gmail.com> wrote: > > 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? >
Did you try with a custom WAL resource manager [1][2]? [1] - https://www.postgresql.org/docs/devel/custom-rmgr.html [2] - https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=5c279a6d350205cc98f91fb8e1d3e4442a6b25d1 -- With Regards, Amit Kapila.