pgsql: Kill pg_basebackup background process when exiting

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Kill pg_basebackup background process when exiting
Дата
Msg-id E1WDdtY-0002fg-Hn@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0ae288d2dd7c0b6725feebbcf799a4d65e057d05

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


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Kill pg_basebackup background process when exiting
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Kill pg_basebackup background process when exiting