pg_rewind: Improve some messages
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_rewind/file_ops.c | modified | +1 −1 |
| src/bin/pg_rewind/libpq_fetch.c | modified | +3 −3 |
| src/bin/pg_rewind/pg_rewind.c | modified | +3 −3 |
| src/bin/pg_rewind/timeline.c | modified | +1 −1 |