]> granicus.if.org Git - postgresql/commit
Remove function names from some elog() calls in heapam.c.
authorAndres Freund <andres@anarazel.de>
Thu, 19 Nov 2015 00:25:58 +0000 (01:25 +0100)
committerAndres Freund <andres@anarazel.de>
Thu, 19 Nov 2015 00:37:59 +0000 (01:37 +0100)
commit6f8519d130e198c9e924caf678c47903ab0de8b6
tree76ebf4107b412fdc23f2df0f628352b19d278115
parent659d472920e4cbc5f4c42912768e8301af036991
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
src/backend/access/heap/heapam.c