Re: proposal: additional error fields

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: proposal: additional error fields
Дата
Msg-id CAEYLb_XsbGV4iWtDVdwj=nvVWTAH9MZysmkhZOMUo95qGa9ptg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: proposal: additional error fields  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: proposal: additional error fields  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: proposal: additional error fields  ("David Johnston" <polobo@yahoo.com>)
Список pgsql-hackers
On 1 May 2012 21:14, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Peter Geoghegan <peter@2ndquadrant.com> writes:
>> Maybe no one is convinced by any of this, but the fact is that the
>> SQLSTATE argument falls down when one considers that we aren't using
>> it in many cases of errors that clearly are severe.
>
> The reason that argument isn't convincing is that we *are* using a
> SQLSTATE for every such message; it's just defaulted to XX000.  AFAICT,
> it would be reasonable to treat all XX000 as alarm conditions until
> proven different.  If a given message is, in fact, not supposed to be
> "can't happen", then it shouldn't be going through elog().  We'd
> probably be needing to fix some places that were lazily coded as elogs,
> but under your proposal we would also have to touch every such place
> ... and thousands more besides.

Fair enough. Adjusting all of those elog calls may be excessive. The
argument could be made that what I've characterised as severe (which
is, as I've said, not entirely clear-cut) could be deduced from
SQLSTATE if we were to formalise the "can't happen errors are only
allowed to use elog()" convention into a hard rule. However, I think
it's critically important to make all of this easy and
well-documented. Severity should probably be part of the default
log_line_prefix.

Sorry for high-jacking your thread, Pavel.

--
Peter Geoghegan       http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: port _srv.o makefile rules don't observe dependency tracking
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: remove dead ports?