pgsql: Backpatch error message fix from 81f6bbe8ade8c90f23f9286ca9ca726

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Backpatch error message fix from 81f6bbe8ade8c90f23f9286ca9ca726
Дата
Msg-id E1Sbrj6-0006KT-Qf@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Backpatch error message fix from 81f6bbe8ade8c90f23f9286ca9ca726d3e0e310f

Without this, pg_basebackup doesn't tell you why it failed when for example
there is a file in the data directory that the backend doesn't have
permissions to read.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5c3532876f8360df10692baf77a0b79c41ee001e

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: pg_basebackup: Error message improvements.
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Add example of archive_command to use with pg_receivexlog