ERROR/ABORT message - Mailing list pgsql-hackers

From Bruce Momjian
Subject ERROR/ABORT message
Date
Msg-id 199801050435.XAA26885@candle.pha.pa.us
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] include/config.h FOLLOWUP
Next
From: "Vadim B. Mikheev"
Date:
Subject: Re: Error messages/logging (Was: Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/backend/parser gram.y parse_oper.c')