-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arrange to use Logical Replication protocol metadata. (#155)
Instead of relying on wal2json to include the metadata we need in our implementation of Change Data Capture, use the Logical Decoding protocol metadata directly. This prepares for compatibility with other output_plugins in the future. The XID is still parsed from the "include-xids" option of wal2json at the moment, but it's used only as a hint and a check. The current plan is to have compatilibity with only output_plugins that can send the XIDs, such as for example the test_decoding output_plugin.
- Loading branch information
Showing
7 changed files
with
262 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.