ERROR/ABORT message

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: ERROR/ABORT message
Date: 1998-01-05 04:35:04
Message-ID: 199801050435.XAA26885@candle.pha.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-01-05 04:43:21 Re: Error messages/logging (Was: Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/backend/parser gram.y parse_oper.c')
Previous Message Bruce Momjian 1998-01-05 04:28:46 Re: [HACKERS] include/config.h FOLLOWUP