Re: compile error in CVS HEAD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: compile error in CVS HEAD
Дата
Msg-id 13473.1034987231@sss.pgh.pa.us
обсуждение исходный текст
Ответ на compile error in CVS HEAD  (Neil Conway <neilc@samurai.com>)
Список 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 по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: compile error in CVS HEAD
Следующее
От: Tom Lane
Дата:
Сообщение: autocommit vs TRUNCATE et al