pgsql: Remove function names from error messages - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Remove function names from error messages
Date
Msg-id E1gZg2W-0008Lq-0w@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Remove function names from error messages
List pgsql-committers
Remove function names from error messages

They are not necessary, and having them there gives useless work for
translators.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/68f6f2b7395fe3e403034bcd97a1fcfbcc68ae10

Modified Files
--------------
src/backend/access/transam/xlogfuncs.c | 6 ++++--
src/backend/commands/extension.c       | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Small improvements for allocation logic inginHeapTupleFastColle
Next
From: Tom Lane
Date:
Subject: pgsql: Make type "name" collation-aware.