Re: Fix untranslatable split message
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2025-02-25T06:10:05Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix untranslatable string concatenation in pg_upgrade
- 560a842d639f 18.0 landed
-
pg_upgrade: Add --set-char-signedness to set the default char signedness of new cluster.
- 1aab6805919b 18.0 cited
On Tue, Feb 25, 2025 at 02:09:53PM +0900, Kyotaro Horiguchi wrote: > The recent commit 1aab6805919 introduced a help description that was > split into two printf() commands, making it untranslatable. > > The attached patch merges them into a single message. Good catch, you are right. Will fix. -- Michael