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 ------ master Details ------- http://git.postgresql.org/pg/commitdiff/cdcae2b6a7d263b2771b6386af626b47ce17da19 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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
