pg_rewind: Improve some messages
authorPeter Eisentraut
Fri, 2 Oct 2015 01:42:00 +0000 (21:42 -0400)
committerPeter Eisentraut
Fri, 2 Oct 2015 01:52:46 +0000 (21:52 -0400)
commit0f51a848ab98325e497a227155648facd9d0cf9b
tree864d405b5691547698957bf02e0ac31add8fb4d3
parent867bc6849f141e17cd4d3b416f48cc46839f2d76
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.
src/bin/pg_rewind/file_ops.c
src/bin/pg_rewind/libpq_fetch.c
src/bin/pg_rewind/pg_rewind.c
src/bin/pg_rewind/timeline.c