pgsql: Fix NLS file reference in pg_createsubscriber

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix NLS file reference in pg_createsubscriber
Date: 2024-08-02 16:07:05
Message-ID: E1sZuo5-002MAs-Mr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix NLS file reference in pg_createsubscriber

pg_createsubscriber is referring to a non-existent message translation
file, causing NLS to not work correctly. This command should use the
same file as pg_basebackup.

Author: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Discussion: https://postgr.es/m/20240802.115717.1083441453338151622.horikyota.ntt@gmail.com

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ca264553485e3a4e5955e108e571baf0c68c641d

Modified Files
--------------
src/bin/pg_basebackup/pg_createsubscriber.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-08-02 18:22:21 pgsql: Implement pg_wal_replay_wait() stored procedure
Previous Message Alvaro Herrera 2024-08-02 16:01:54 pgsql: pg_createsubscriber: Fix bogus error message