Re: [HACKERS] duplicate define in elog.h

2003-07-21 Thread Bruce Momjian
Tom Lane wrote: > Joe Conway <[EMAIL PROTECTED]> writes: > > I was looking through elog.h and noticed this at about line 36: > > #define ERROR 20 /* user error - abort transaction; return > > * to known state */ > > #define ERROR 20 /* user error - abort t

Re: [HACKERS] duplicate define in elog.h

2003-07-14 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> writes: > I was looking through elog.h and noticed this at about line 36: > #define ERROR 20 /* user error - abort transaction; return >* to known state */ > #define ERROR 20 /* user error - abort transaction; return >

[HACKERS] duplicate define in elog.h

2003-07-14 Thread Joe Conway
I was looking through elog.h and noticed this at about line 36: #define ERROR 20 /* user error - abort transaction; return * to known state */ #define ERROR 20 /* user error - abort transaction; return * to known state */ Joe ---