Neil Conway <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org