Some messages of pg_rewind --debug not getting translated - Mailing list pgsql-hackers

From Michael Paquier
Subject Some messages of pg_rewind --debug not getting translated
Date
Msg-id CAB7nPqQMghiLLA-neYyffg8Y1oBZV6DdqsFHEk34P-MeU2h4SQ@mail.gmail.com
Whole thread Raw
Responses Re: Some messages of pg_rewind --debug not getting translated
List pgsql-hackers
Hi all,

I found that some of the messages generated by pg_rewind --debug are
not getting translated because the string messages are not put within
_(%s). For the debug messages of the file map and the data page map
this is not really a problem because those do not involve any
translatable words like "blk", but for the timeline history file I
think that's a bug. Attached is a patch putting everything under
pg_log(PG_DEBUG) so as we do not rely directly on printf().
Regards,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: OOM in libpq and infinite loop with getCopyStart()
Next
From: Tatsuo Ishii
Date:
Subject: Re: multivariate statistics v14