pgsql: pg_combinebackup: Error message improvements - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_combinebackup: Error message improvements
Date
Msg-id E1sKYzm-002OWC-VY@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_combinebackup: Error message improvements

Make the wordings of some file-related error messages more like those
used in other files.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c5c82123d3050c3a5eef0f51e9783f1cc5004ba0

Modified Files
--------------
src/bin/pg_combinebackup/backup_label.c     |  4 ++--
src/bin/pg_combinebackup/copy_file.c        | 14 +++++++-------
src/bin/pg_combinebackup/load_manifest.c    |  2 +-
src/bin/pg_combinebackup/pg_combinebackup.c | 18 +++++++++---------
src/bin/pg_combinebackup/reconstruct.c      | 22 ++++++++++------------
src/bin/pg_combinebackup/write_manifest.c   |  6 +++---
6 files changed, 32 insertions(+), 34 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove redundant newlines from error messages
Next
From: John Naylor
Date:
Subject: pgsql: Prevent access of uninitialized memory in radix tree nodes