Re: compile error in CVS HEAD - Mailing list pgsql-hackers

From Tom Lane
Subject Re: compile error in CVS HEAD
Date
Msg-id 13473.1034987231@sss.pgh.pa.us
Whole thread Raw
In response to compile error in CVS HEAD  (Neil Conway <neilc@samurai.com>)
List pgsql-hackers
Neil Conway <neilc@samurai.com> writes:
> I see the following error with the current CVS code:

> copy.c:425: `errno' undeclared (first use in this function)

Hmm.  Needs a "#include <errno.h>" seemingly; but surely that error
has been there awhile?

(light dawns...)  I'll bet it was masked by all the bogus "extern int
errno" declarations that we had till this afternoon.  I didn't see the
failure here, because HPUX's header set seems to include <errno.h> in
some pretty basic place.  Anywhere else failing for you?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Neil Conway
Date:
Subject: compile error in CVS HEAD
Next
From: Tom Lane
Date:
Subject: autocommit vs TRUNCATE et al