jackc / pglogrepl

PostgreSQL logical replication library for Go.
MIT License
336 stars 63 forks source link

StartReplication corner case #60

Closed krisdiano closed 1 year ago

krisdiano commented 1 year ago

For physical replication, the server will send next timeline tuples if the user requests a history timeline and the start point is switch point. The server event does not enter the copy both mode. But the lib only handle copy both, error, notice messages. If you also think this is a bug, I would fix it.

krisdiano commented 1 year ago

@jackc