Fix untranslatable split message

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Fix untranslatable split message
Date: 2025-02-25 05:09:53
Message-ID: 20250225.140953.1271748916018759840.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-Merge-split-string-literals-into-a-single-message.patch text/x-patch 1.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-02-25 05:20:48 Re: Remove wal_[sync|write][_time] from pg_stat_wal and track_wal_io_timing
Previous Message Ajin Cherian 2025-02-25 04:43:26 Re: Proposal: Filter irrelevant change before reassemble transactions during logical decoding