Thread: pgsql: pg_rewind: Improve some messages

pgsql: pg_rewind: Improve some messages

From
Peter Eisentraut
Date:
pg_rewind: Improve some messages

The output of a typical pg_rewind run contained a mix of capitalized and
not-capitalized and punctuated and not-punctuated phrases for no
apparent reason.  Make that consistent.  Also fix some problems in other
messages.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0f51a848ab98325e497a227155648facd9d0cf9b

Modified Files
--------------
src/bin/pg_rewind/file_ops.c    |    2 +-
src/bin/pg_rewind/libpq_fetch.c |    6 +++---
src/bin/pg_rewind/pg_rewind.c   |    6 +++---
src/bin/pg_rewind/timeline.c    |    2 +-
4 files changed, 8 insertions(+), 8 deletions(-)