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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Remove function names from some elog() calls in heapam.c.
Дата
Msg-id E1ZzDEn-0001My-Lo@gemulon.postgresql.org
обсуждение исходный текст
Список 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@mail.gmail.com
Backpatch: 9.5, where ON CONFLICT was introduced

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d3c8ac114f1183e54315e64ef697c6588823c4dd

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Remove function names from some elog() calls in heapam.c.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Improve ON CONFLICT documentation.