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 <[email protected]> wrote: > pg_basebackup: Error message improvements. > > Fujii Masao > > Branch > ------ > master > > Details > ------- > http://git.postgresql.org/pg/commitdiff/81f6bbe8ade8c90f23f9286ca9ca726d3e0e310f > > Modified Files > -------------- > src/bin/pg_basebackup/pg_basebackup.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > > -- > Sent via pgsql-committers mailing list ([email protected]) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-committers -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
