Fix set of NLS translation issues
Michael Paquier <michael@paquier.xyz>
Fix set of NLS translation issues While monitoring the code, a couple of issues related to string translation has showed up: - Some routines for auto-updatable views return an error string, which sometimes missed the shot. A comment regarding string translation is added for each routine to help with future features. - GSSAPI authentication missed two translations. - vacuumdb handles non-translated strings. Reported-by: Kyotaro Horiguchi Author: Kyotaro Horiguchi Reviewed-by: Michael Paquier, Tom Lane Discussion: https://postgr.es/m/20180810.152131.31921918.horiguchi.kyotaro@lab.ntt.co.jp Backpatch-through: 9.3
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/tablecmds.c | modified | +1 −1 |
| src/backend/commands/view.c | modified | +1 −1 |
| src/backend/libpq/auth.c | modified | +11 −2 |
| src/backend/rewrite/rewriteHandler.c | modified | +9 −0 |
| src/bin/scripts/vacuumdb.c | modified | +1 −1 |
Discussion
- NLS handling fixes. 7 messages · 2018-08-10 → 2018-08-21