Closed espadolini closed 1 year ago
As a bonus, this fixes #20 for me; without bumping the local position on keepalive, a shutting down Postgres just keeps spamming my client with keepalive messages for 10 seconds before hard disconnecting the replication connection.
👍
This PR changes the handling of
clientXLogPos
to match the one from Postgres' ownpg_recvlogical
:pg_recvlogical
behavior of only increasing the local position.