]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix debug message output when connecting to a logical slot.
authorAndres Freund <andres@anarazel.de>
Wed, 5 Aug 2015 11:26:01 +0000 (13:26 +0200)
committerAndres Freund <andres@anarazel.de>
Wed, 5 Aug 2015 11:30:44 +0000 (13:30 +0200)
commit34a4318e7d64d93d48add738257ae0f6289799f6
tree5213b96f9d11b82a878e0c2034e950ced21492f8
parent04521eba3f024fdc226d6f0465e2bba7d37828a7
Fix debug message output when connecting to a logical slot.

Previously the message erroneously printed the same LSN twice as the
assignment to the start_lsn variable was before the message. Correct
that.

Reported-By: Marko Tiikkaja
Author: Marko Tiikkaja
Backpatch: 9.5, where logical decoding was introduced
src/backend/replication/logical/logical.c