ERROR/ABORT message - Mailing list pgsql-hackers

From Bruce Momjian
Subject ERROR/ABORT message
Date
Msg-id c882cedaa1ff3f4f1a20eca76b856245
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: Error messages/logging (Was: Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/backend/parser gram.y parse_oper.c')
Next
From: Bruce Momjian
Date:
Subject: Re: consttraints.source