Re: wrong translation file reference in pg_createsubscriber

2024-08-02 Thread Alvaro Herrera
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.

wrong translation file reference in pg_createsubscriber

2024-08-01 Thread Kyotaro Horiguchi
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. r