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-09-29T17:41:48Z
Lists: pgsql-hackers
Attachments
- thisdiff (text/plain)
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 #define dtime_t timestamp, the new one uses a typedef. Is there actually a reason to keep dtime_t, or would just performing the #define, i.e., the following patch be sufficient? It allows me to compile and install postgres.. (I don't use ecpg, so I really can't say..) Cheers, Patrick