PATCH: pg_basebackup (missing exit on error)

Поиск
Список
Период
Сортировка
От Thomas Ogrisegg
Тема PATCH: pg_basebackup (missing exit on error)
Дата
Msg-id 20120124093919.GA31031@eristoteles.iwoars.net
обсуждение исходный текст
Ответы Re: PATCH: pg_basebackup (missing exit on error)  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
While testing a backup script, I noticed that pg_basebackup exits with
0, even if it had errors while writing the backup to disk when the
backup file is to be sent to stdout. The attached patch should fix this
problem (and some special cases when the last write fails).

Regards,

Thomas

Вложения

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

Предыдущее
От: Giuseppe Sucameli
Дата:
Сообщение: Different error messages executing CREATE TABLE or ALTER TABLE to create a column "xmin"
Следующее
От: Dominik Bylica
Дата:
Сообщение: Psql names completion.