pgsql: Fix set of NLS translation issues

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix set of NLS translation issues
Дата
Msg-id E1fs02d-0002XQ-Hr@gemulon.postgresql.org
обсуждение исходный текст
Список 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.

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_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/788ae09f4a9560c344a0c8457ffb66bba42be0a7

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 +++++++++
4 files changed, 22 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix typo in description of enable_parallel_hash
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix typo