ecpg doesn't compile (datetime.h/dtime_t)

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: ecpg doesn't compile (datetime.h/dtime_t)
Date: 2003-09-29 17:41:48
Message-ID: 20030929184148.N442@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
thisdiff text/plain 1.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-09-29 17:53:05 Re: more i18n/l10n issues
Previous Message Bruce Momjian 2003-09-29 16:59:55 Re: 2-phase commit