pgsql: Fix debug message output when connecting to a logical slot. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix debug message output when connecting to a logical slot.
Date
Msg-id E1ZMwuu-00014j-60@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/34a4318e7d64d93d48add738257ae0f6289799f6

Modified Files
--------------
src/backend/replication/logical/logical.c |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix comment atomics.h.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix debug message output when connecting to a logical slot.