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

Andres Freund <andres@anarazel.de>

Commit: 6f8519d130e198c9e924caf678c47903ab0de8b6
Author: Andres Freund <andres@anarazel.de>
Date: 2015-11-19T00:37:59Z
Releases: 9.5.0
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@mail.gmail.com
Backpatch: 9.5, where ON CONFLICT was introduced

Files

PathChange+/−
src/backend/access/heap/heapam.c modified +17 −17