log_error_verbosity function display

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема log_error_verbosity function display
Дата
Msg-id 201002102358.o1ANw6419081@momjian.us
обсуждение исходный текст
Ответы Re: log_error_verbosity function display  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Right now, log_error_verbosity displays the source code error location
in this format:
LOCATION:  parserOpenTable, parse_relation.c:858

I think it would be clearer to add '()' next to the function name.  We
use '() to display function names in our docs and I think using '()'
would clarify the output, e.g.:
LOCATION:  parserOpenTable(), parse_relation.c:858

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: Joachim Wieland
Дата:
Сообщение: Re: Listen / Notify - what to do when the queue is full
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Writeable CTEs and empty relations