pgsql: Remove function names from some elog() calls in heapam.c.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove function names from some elog() calls in heapam.c.
Date: 2015-11-19 00:38:10
Message-ID: E1ZzDEo-0001NO-SA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove function names from some elog() calls in heapam.c.

At least one of the names was, due to a function renaming late in the
development of ON CONFLICT, wrong. Since including function names in
error messages is against the message style guide anyway, remove them
from the messages.

Discussion: CAM3SWZT8paz=usgMVHm0XOETkQvzjRtAUthATnmaHQQY0obnGw(at)mail(dot)gmail(dot)com
Backpatch: 9.5, where ON CONFLICT was introduced

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6f8519d130e198c9e924caf678c47903ab0de8b6

Modified Files
--------------
src/backend/access/heap/heapam.c | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-11-19 00:48:39 pgsql: Improve ON CONFLICT documentation.
Previous Message Andres Freund 2015-11-19 00:38:09 pgsql: Improve ON CONFLICT documentation.