Fix NLS file reference in pg_createsubscriber
authorAlvaro Herrera
Fri, 2 Aug 2024 16:05:38 +0000 (12:05 -0400)
committerAlvaro Herrera
Fri, 2 Aug 2024 16:05:38 +0000 (12:05 -0400)
commitca264553485e3a4e5955e108e571baf0c68c641d
treeeaa0476ac8f51a2708c1b91d6413219cccac8b82
parent8c6ba6e6a834030c80d7e0d2fa28101e9e17a993
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 
Discussion: https://postgr.es/m/20240802.115717.1083441453338151622[email protected]
src/bin/pg_basebackup/pg_createsubscriber.c