jackc / pglogrepl

PostgreSQL logical replication library for Go.
MIT License
330 stars 62 forks source link

feat: supporting logical decoding messages #53

Closed masterkidan closed 1 year ago

masterkidan commented 1 year ago

Adding in support for logical decoding messages. This is inspired by the PR: https://github.com/jackc/pglogrepl/pull/52 , just pulls in the feedback needed to merge with main.