Re: NLS doesn't work for pg_combinebackup - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: NLS doesn't work for pg_combinebackup
Date
Msg-id ZhTZey38bP-1s3Ci@paquier.xyz
Whole thread Raw
In response to Re: NLS doesn't work for pg_combinebackup  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Responses Re: NLS doesn't work for pg_combinebackup
List pgsql-hackers
On Mon, Apr 08, 2024 at 04:31:05PM +0900, Kyotaro Horiguchi wrote:
>> diff --git a/src/bin/pg_combinebackup/pg_combinebackup.c b/src/bin/pg_combinebackup/pg_combinebackup.c
>> index 1b07ca3fb6..2788c78fdd 100644
>> +++ b/src/bin/pg_combinebackup/pg_combinebackup.c
> +++ b/src/bin/pg_walsummary/pg_walsummary.c
>      progname = get_progname(argv[0]);
> +    set_pglocale_pgservice(argv[0], PG_TEXTDOMAIN("pg_walsummary"));

I've checked the whole tree, and the two you are pointing at are the
only incorrect paths.  So applied, thanks!
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: post-freeze damage control
Next
From: Michael Paquier
Date:
Subject: Re: IPC::Run::time[r|out] vs our TAP tests