Re: Inconsistent printf placeholders - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Re: Inconsistent printf placeholders
Date
Msg-id 20240315.162853.395412927706600506.horikyota.ntt@gmail.com
Whole thread Raw
In response to Re: Inconsistent printf placeholders  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List pgsql-hackers
At Fri, 15 Mar 2024 16:20:27 +0900 (JST), Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote in 
> I checked for that kind of msgids in a bit more intensive way. The
> numbers are the line numbers in ja.po of backend. I didn't check the
> same for other modules.
> 
> > ###: invalid timeline %lld
> >        @ backup/walsummaryfuncs.c:95
> >      invalid timeline %u
> >        @ repl_gram.y:318 repl_gram.y:359

"The numbers are the line numbers in ja.po" is wrong. Correctly, it
should be written as:

The information consists of two lines: the first of them is the msgid,
and the second indicates the locations where they appear.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: Inconsistent printf placeholders
Next
From: John Naylor
Date:
Subject: Re: [PoC] Improve dead tuple storage for lazy vacuum