pgsql: Fix NLS file reference in pg_createsubscriber - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix NLS file reference in pg_createsubscriber
Date
Msg-id [email protected]
Whole thread Raw
List 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 <[email protected]>
Discussion: https://postgr.es/m/[email protected]

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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: pg_createsubscriber: Fix bogus error message
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Implement pg_wal_replay_wait() stored procedure