forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita83f308
committed
Fix NLS file reference in pg_createsubscriber
pg_createsubscriber is referring to a non-existent message translationfile, causing NLS to not work correctly. This command should use thesame file as pg_basebackup.Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Discussion:https://postgr.es/m/20240802.115717.1083441453338151622.horikyota.ntt@gmail.com1 parent3b2f668 commita83f308
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1904 | 1904 |
| |
1905 | 1905 |
| |
1906 | 1906 |
| |
1907 |
| - | |
| 1907 | + | |
1908 | 1908 |
| |
1909 | 1909 |
| |
1910 | 1910 |
| |
|
0 commit comments
Comments
(0)