Fix NLS file reference in pg_createsubscriber

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: ca264553485e3a4e5955e108e571baf0c68c641d
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2024-08-02T16:05:38Z
Releases: 17.0
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.ntt@gmail.com>
Discussion: https://postgr.es/m/20240802.115717.1083441453338151622.horikyota.ntt@gmail.com

Files

PathChange+/−
src/bin/pg_basebackup/pg_createsubscriber.c modified +1 −1

Discussion