wrong translation file reference in pg_createsubscriber

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: wrong translation file reference in pg_createsubscriber
Date: 2024-08-02 02:57:17
Message-ID: 20240802.115717.1083441453338151622.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I found that pg_createsubscriber doesn't use NLS files. This is due to
the wrong reference name "pg_createsubscriber" being passed to
set_pglocale_pgservice(). It should be "pg_basebackup" instead. See
the attached patch.

# Sorry for being away for a while. I should be able to return soon.

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment Content-Type Size
0001-Fix-NLS-file-reference-in-pg_createsubscriber.patch text/x-patch 1.0 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2024-08-02 03:34:16 Re: On disable_cost
Previous Message Thomas Munro 2024-08-02 01:42:11 Re: CI, macports, darwin version problems