pgsql: Fix debug message output when connecting to a logical slot.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix debug message output when connecting to a logical slot.
Date: 2015-08-05 11:31:28
Message-ID: E1ZMwuu-00014j-60@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-08-05 16:25:35 pgsql: Rely on inline functions even if that causes warnings in older c
Previous Message Andres Freund 2015-08-05 11:31:27 pgsql: Fix debug message output when connecting to a logical slot.