Fix NLS file reference in pg_createsubscriber
authorAlvaro Herrera <[email protected]>
Fri, 2 Aug 2024 16:05:38 +0000 (12:05 -0400)
committerAlvaro Herrera <[email protected]>
Fri, 2 Aug 2024 16:05:38 +0000 (12:05 -0400)
commita83f3088b8f409aaee7a939c2847157d97006193
tree8ecd1e94bebe20f968ad93828596ec5bf8224379
parent3b2f668b785c9b7970d86e7f72a717751d1ddfc2
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/20240802.115717.1083441453338151622[email protected]
src/bin/pg_basebackup/pg_createsubscriber.c