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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix debug message output when connecting to a logical slot.
Дата
Msg-id E1ZMwut-00014P-7h@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a855118be3f0682a2061448db5a87dec50717af4

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix debug message output when connecting to a logical slot.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Rely on inline functions even if that causes warnings in older c