pgsql: Fix set of NLS translation issues - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix set of NLS translation issues
Date
Msg-id E1fs02d-0002XK-Hn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ecf56dc5e5b61e76de4cf2ed2a25b05718d45e9c

Modified Files
--------------
src/backend/commands/tablecmds.c     |  2 +-
src/backend/commands/view.c          |  2 +-
src/backend/libpq/auth.c             | 13 +++++++++++--
src/backend/rewrite/rewriteHandler.c |  9 +++++++++
src/bin/scripts/vacuumdb.c           |  2 +-
5 files changed, 23 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix typo in description of enable_parallel_hash
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix typo