ERROR/ABORT message

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема ERROR/ABORT message
Дата
Msg-id 199801050435.XAA26885@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-hackers
I have changed the WARN messages to ERROR and ABORT messages.

I wanted to differentiate between errors the user caused, and are
normal, like mistyped field names, and more serious errors coming from
the backend routines.

I have made all the elog's in the parser/ directory as ERRORS.  All the
others are ABORT.

Does someone want to review all the elog's and submit a patch changing
ABORT to ERROR as appropriate?

--
Bruce Momjian
maillist@candle.pha.pa.us

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] include/config.h FOLLOWUP
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: Error messages/logging (Was: Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/backend/parser gram.y parse_oper.c')