Thread
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
-
Fix untranslatable split message
Kyotaro Horiguchi <horikyota.ntt@gmail.com> — 2025-02-25T05:09:53Z
Hello, 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. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
-
Re: Fix untranslatable split message
Michael Paquier <michael@paquier.xyz> — 2025-02-25T06:10:05Z
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