duplicate define in elog.h

From: Joe Conway <mail(at)joeconway(dot)com>
To: "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: duplicate define in elog.h
Date: 2003-07-14 23:25:00
Message-ID: 3F133BCC.2010507@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-07-14 23:38:35 Re: duplicate define in elog.h
Previous Message Marcus Brger 2003-07-14 21:31:00 Re: php with postgres