pgsql: Refactor some SQL/JSON error messages - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Refactor some SQL/JSON error messages
Date
Msg-id E1tMQkc-002gC6-AP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Refactor some SQL/JSON error messages

Turn type names into "%s" specifiers to 1) avoid getting them translated
and 2) reduce the total number of messages.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/62b7a9a7784eb8b3871368726fc3b8df17d87f32

Modified Files
--------------
src/backend/utils/adt/jsonpath_exec.c | 41 ++++++++++++++++++-----------------
1 file changed, 21 insertions(+), 20 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Fix warnings about declaration of environ on MinGW.
Next
From: Tom Lane
Date:
Subject: pgsql: contrib/earthdistance: Use SQL-standard function bodies.