log_error_verbosity function display

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: log_error_verbosity function display
Date: 2010-02-10 23:58:06
Message-ID: 201002102358.o1ANw6419081@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2010-02-11 00:07:51 Re: Odd cruft in .psql_history in HEAD
Previous Message Robert Haas 2010-02-10 23:58:04 Re: Writeable CTEs and empty relations