Re: compile error in CVS HEAD

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: compile error in CVS HEAD
Date: 2002-10-19 00:27:11
Message-ID: 13473.1034987231@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Neil Conway <neilc(at)samurai(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-10-19 01:04:37 autocommit vs TRUNCATE et al
Previous Message Neil Conway 2002-10-18 23:22:12 compile error in CVS HEAD