Re: ecpg doesn't compile (datetime.h/dtime_t)
Patrick Welche <prlw1@newn.cam.ac.uk>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
To: pgsql-hackers@postgresql.org
Date: 2003-10-07T19:48:04Z
Lists: pgsql-hackers
On Fri, Oct 03, 2003 at 03:00:36PM +0100, Patrick Welche wrote: > On Fri, Oct 03, 2003 at 12:59:19PM +0200, Michael Meskes wrote: > > On Mon, Sep 29, 2003 at 06:41:48PM +0100, Patrick Welche wrote: > > > Today's cvs doesn't compile. I think it is due to > > > cvs diff -r1.7 -r1.8 src/interfaces/ecpg/include/datetime.h > > > I have dtime_t defined in my sys/types.h. The old version of datetime.h used > > > > I tried too hide these type definitions from our build process. It > > should compile now. All fine today.. Patrick