Thread
Commits
-
Fix NLS file reference in pg_createsubscriber
- ca264553485e 17.0 landed
- a83f3088b8f4 18.0 landed
-
wrong translation file reference in pg_createsubscriber
Kyotaro Horiguchi <horikyota.ntt@gmail.com> — 2024-08-02T02:57:17Z
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
-
Re: wrong translation file reference in pg_createsubscriber
Alvaro Herrera <alvherre@alvh.no-ip.org> — 2024-08-02T16:07:30Z
Hello, On 2024-Aug-02, Kyotaro Horiguchi wrote: > 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. Absolutely right. Pushed, thanks. -- Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/