pgsql: Shut down WAL receiver if it's still running at end of recovery.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Shut down WAL receiver if it's still running at end of recovery.
Дата
Msg-id E1QK63q-00014d-2j@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Shut down WAL receiver if it's still running at end of recovery. We used to
just check that it's not running and PANIC if it was, but that can rightfully
happen if recovery stops at recovery target.

Branch
------
master

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

Modified Files
--------------
src/backend/access/transam/xlog.c |    9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Be more explicit about the meaning of the change in standard_con
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Shut down WAL receiver if it's still running at end of recovery.