Since I've run into several occassions where I've been annoyed by the
lack of error message here, I'm going to backport this fix to 9.1
stable :) It doesn't cherry-pick cleanly, but the code has only been
moved around so it's a trivial fix.
//Magnus
On Wed, Mar 28, 2012 at 2:43 PM, Robert Haas w
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.po
Add example of archive_command to use with pg_receivexlog
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/778201200b4a5b287fe931e20ae804e8398d4872
Modified Files
--
doc/src/sgml/ref/pg_receivexlog.sgml |8 +++-
1 files changed, 7 insertions(+), 1 d
Fix typo
Noted by Erik Rijkers
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/1e57c2c5b2e8fdd1e233454b21c60e1600464728
Modified Files
--
doc/src/sgml/ref/pg_receivexlog.sgml |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Sent via pgsql
Use strerror(errno) instead of %m
Found by Fujii Masao
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/92135ea0ed8f75daa86cd94301cedc7f5b714e3c
Modified Files
--
src/bin/pg_basebackup/receivelog.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(