From: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
---|---|
To: | dgrowleyml(at)gmail(dot)com |
Cc: | peter(at)eisentraut(dot)org, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Inconsistent printf placeholders |
Date: | 2024-03-15 07:28:53 |
Message-ID: | 20240315.162853.395412927706600506.horikyota.ntt@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
At Fri, 15 Mar 2024 16:20:27 +0900 (JST), Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | John Naylor | 2024-03-15 07:36:10 | Re: [PoC] Improve dead tuple storage for lazy vacuum |
Previous Message | Kyotaro Horiguchi | 2024-03-15 07:20:27 | Re: Inconsistent printf placeholders |