Re: A couple of newlines missing in pg_rewind log entries

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: A couple of newlines missing in pg_rewind log entries
Date: 2015-06-23 05:08:45
Message-ID: CAB7nPqTxbXkO9ASB2BjtkkackaYc0TbyOnfKYUXzE-gHC9WPgQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 23, 2015 at 1:39 PM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> 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.

Please ignore that. It has been fixed yesterday with e98d635.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2015-06-23 05:17:13 Re: 9.5 make world failing due to sgml tools missing
Previous Message Keith Fiske 2015-06-23 05:06:08 Re: 9.5 make world failing due to sgml tools missing