patch to ensure logical decoding errors early
Dave Cramer <davecramer@gmail.com>
From: Dave Cramer <davecramer@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-07-31T18:51:12Z
Lists: pgsql-hackers
Attachments
- 0002-remove-space.patch (application/octet-stream) patch 0002
- 0001-Ensure-that-pg_create_physical_replication_slot-erro.patch (application/octet-stream) patch 0001
This patch does 2 things 1) Ensure that when the slot is created with pg_create_physical_replication_slot if the output plugin does not exist it will error. 2) Currently when the decoding context is created and the output plugin does not exist the protocol will respond with CopyDone. This patch will return an error instead and abort the copy connection. Dave Cramer
Commits
-
Fix logical replication slot initialization
- c40489e449ea 12.0 landed
- 7326a7d63801 11.0 landed
-
Ability to advance replication slots
- 9c7d06d60680 11.0 cited