pgsql: Fix set of NLS translation issues

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix set of NLS translation issues
Date: 2018-08-21 06:21:23
Message-ID: E1fs02d-0002XM-Hg@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/90b0f30aea0ee456614ec97f518ffaf8ca6c3b05

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-08-21 20:02:10 pgsql: Fix typo
Previous Message Michael Paquier 2018-08-21 03:17:43 pgsql: Fix typo in description of enable_parallel_hash