A couple of newlines missing in pg_rewind log entries

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема A couple of newlines missing in pg_rewind log entries
Дата
Msg-id CAB7nPqRycO=Bz0K4=DKqtQ3hnnUA2CDiu3O2kRu55G+g20sDvQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: A couple of newlines missing in pg_rewind log entries
Re: A couple of newlines missing in pg_rewind log entries
Список pgsql-hackers
Hi all,

Some grepping is showing up that a couple of newlines are missing in
pg_rewind, leading to unreadable log entries:
libpq_fetch.c:    pg_log(PG_DEBUG, "getting file chunks");
logging.c:    pg_log(PG_PROGRESS, "%*s/%s kB (%d%%) copied",
filemap.c:            pg_fatal("could not stat file \"%s\": %s",

Attached is a patch to fix them.
Regards,
--
Michael

Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: checkpointer continuous flushing
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pg_rewind failure by file deletion in source server