log_error_verbosity function display - Mailing list pgsql-hackers

From Bruce Momjian
Subject log_error_verbosity function display
Date
Msg-id 201002102358.o1ANw6419081@momjian.us
Whole thread Raw
Responses Re: log_error_verbosity function display
List 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 by date:

Previous
From: Joachim Wieland
Date:
Subject: Re: Listen / Notify - what to do when the queue is full
Next
From: Robert Haas
Date:
Subject: Re: Writeable CTEs and empty relations