Fix untranslatable split message

Kyotaro Horiguchi <horikyota.ntt@gmail.com>

From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2025-02-25T05:09:53Z
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 →
  1. Fix untranslatable string concatenation in pg_upgrade

  2. pg_upgrade: Add --set-char-signedness to set the default char signedness of new cluster.

Attachments

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