pgsql: Kill pg_basebackup background process when exiting

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Kill pg_basebackup background process when exiting
Дата
Msg-id E1WDdtY-0002fb-Ee@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Kill pg_basebackup background process when exiting  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-committers
Kill pg_basebackup background process when exiting

If an error occurs in the foreground (backup) process of pg_basebackup,
and we exit in a controlled way, the background process (streaming
xlog process) would stay around and keep streaming.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/63ab2befe0d2332a5571f46c1a2c0af9447c6a4b

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c  |   21 +++++++++++++++++++++
src/bin/pg_basebackup/pg_receivexlog.c |    7 +++++++
src/bin/pg_basebackup/streamutil.h     |    6 ------
3 files changed, 28 insertions(+), 6 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Kill pg_basebackup background process when exiting