Logical replication support for generic wal record
Natarajan R <nataraj3098@gmail.com>
From: Natarajan R <nataraj3098@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2022-08-22T06:29:05Z
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
Commits
-
Fix doc oversight for custom WAL resource managers.
- 01b23daa9bab 15.0 landed
- 66af5eea31e0 16.0 landed
-
Custom WAL Resource Managers.
- 5c279a6d3502 15.0 cited