Обсуждение: pgsql: Backpatch error message fix from 81f6bbe8ade8c90f23f9286ca9ca726

Поиск
Список
Период
Сортировка

pgsql: Backpatch error message fix from 81f6bbe8ade8c90f23f9286ca9ca726

От
Magnus Hagander
Дата:
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(-)