pgsql: pg_rewind: Improve some messages

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pg_rewind: Improve some messages
Дата
Msg-id E1ZhpXg-0001ks-Hj@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix message punctuation according to style guide
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Don't disable commit_ts in standby if enabled locally