Re: Compile failure in ecpg/pgtypeslib/numeric.c

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Kurt Roeckx <Q(at)ping(dot)be>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Compile failure in ecpg/pgtypeslib/numeric.c
Date: 2003-07-03 17:35:58
Message-ID: 20030703173558.GC1619@feivel.fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jul 02, 2003 at 11:49:25PM +0200, Kurt Roeckx wrote:
> It seems someone removed some include files in revision 1.11 from
> interfaces/ecpg/pgtypeslib/numeric.c. One of them was limits.h,
> which is needed for INT_MAX and LONG_MAX.

Hmm, I added postgres_fe.h and removed all includes that I didn't need
anymore. It seems this is also not consistant among architectures. Argh!

Sorry.

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2003-07-03 18:55:27 Re: Mirro updates
Previous Message Michael Meskes 2003-07-03 17:33:56 Re: compile failure in ecpg