]> 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:58 +0000 (01:37 +0100)
commitd3c8ac114f1183e54315e64ef697c6588823c4dd
treeb931beaf7fb5f008e31e57a249645928df981196
parentedf68b2ed51cb8a1c9fdf7eb13f9b2c883eb5399
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