pgsql: Don't start to stream after pg_receivexlog --create-slot.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Don't start to stream after pg_receivexlog --create-slot.
Дата
Msg-id E1ZOlGa-0001pN-JB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't start to stream after pg_receivexlog --create-slot.

Immediately starting to stream after --create-slot is inconvenient in a
number of situations (e.g. when configuring a slot for use in
recovery.conf) and it's easy to just call pg_receivexlog twice in the
rest of the cases.

Author: Michael Paquier
Discussion: CAB7nPqQ9qEtuDiKY3OpNzHcz5iUA+DUX9FcN9K8GUkCZvG7+Ew@mail.gmail.com
Backpatch: 9.5, where the option was introduced

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/70fd0e14e806a4d0ed31b19d92e1f9f140ef686d

Modified Files
--------------
doc/src/sgml/ref/pg_receivexlog.sgml   |    2 +-
src/bin/pg_basebackup/pg_receivexlog.c |    5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix copy & paste mistake in pg_get_replication_slots().
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Add confirmed_flush column to pg_replication_slots.