Re: duplicate define in elog.h

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Joe Conway <mail(at)joeconway(dot)com>, "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: duplicate define in elog.h
Date: 2003-07-21 21:29:36
Message-ID: 200307212129.h6LLTah19824@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Joe Conway <mail(at)joeconway(dot)com> 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
> > * to known state */
>
> Good catch. Looks like it snuck in here:
> http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/include/utils/elog.h.diff?r1=1.41&r2=1.42

Man, I am unsafe with a command prompt. :-)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-07-21 21:40:42 Re: did you read my mails ?
Previous Message Bruce Momjian 2003-07-21 21:22:59 Re: php with postgres