]> granicus.if.org Git - postgresql/commit
pg_rewind: Improve some messages
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 2 Oct 2015 01:42:00 +0000 (21:42 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 2 Oct 2015 01:42:00 +0000 (21:42 -0400)
commitcdcae2b6a7d263b2771b6386af626b47ce17da19
tree89a1215e4319afa2270c34d704c7e532b3479902
parent87c2b517accf287cb746b58af570e7a29b5ad26a
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