wrong translation file reference in pg_createsubscriber
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2024-08-02T02:57:17Z
Lists: pgsql-hackers
Attachments
- 0001-Fix-NLS-file-reference-in-pg_createsubscriber.patch (text/x-patch)
Hi, I found that pg_createsubscriber doesn't use NLS files. This is due to the wrong reference name "pg_createsubscriber" being passed to set_pglocale_pgservice(). It should be "pg_basebackup" instead. See the attached patch. # Sorry for being away for a while. I should be able to return soon. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Fix NLS file reference in pg_createsubscriber
- ca264553485e 17.0 landed
- a83f3088b8f4 18.0 landed