pgsql: pg_rewind: Improve some messages - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_rewind: Improve some messages
Date
Msg-id E1ZhpXg-0001kw-Ht@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix message punctuation according to style guide
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pg_rewind: Improve some messages