pgsql: Remove function names from error messages

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove function names from error messages
Date: 2018-12-19 17:53:48
Message-ID: E1gZg2W-0008Lq-0w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-12-19 22:46:34 pgsql: Make type "name" collation-aware.
Previous Message Tom Lane 2018-12-19 16:41:42 pgsql: Small improvements for allocation logic in ginHeapTupleFastColle