Any objections to implementing LogicalDecodeMessageCB for pgoutput?
Dave Cramer <davecramer@gmail.com>
From: Dave Cramer <davecramer@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-07-24T15:33:52Z
Lists: pgsql-hackers
For logical replication there is no need to implement this, but others are using the pgoutput plugin for Change Data Capture. The reason they are using pgoutput is because it is guaranteed to be available as it is in core postgres. Implementing LogicalDecodeMessageCB provides some synchronization facility that is not easily replicated. Thoughts ? Dave Cramer
Commits
-
Allow pgoutput to send logical decoding messages.
- ac4645c0157f 14.0 landed
-
Refactor function parse_output_parameters.
- 531737ddad21 14.0 landed