Fix debug message output when connecting to a logical slot.

Andres Freund <andres@anarazel.de>

Commit: a855118be3f0682a2061448db5a87dec50717af4
Author: Andres Freund <andres@anarazel.de>
Date: 2015-08-05T11:26:01Z
Releases: 9.6.0
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

Files

PathChange+/−
src/backend/replication/logical/logical.c modified +2 −1