]> granicus.if.org Git - postgresql/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:26:01 +0000 (13:26 +0200)
commita855118be3f0682a2061448db5a87dec50717af4
treeba78196e7a72c53c8d067c8cca4d648284d0f89b
parent073082bbb1adc4548132915874a001688514e64f
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