Re: Large queries - again...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Large queries - again...
Дата
Msg-id 9466.995727969@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Large queries - again...  ("Steve Howe" <howe@carcass.dhs.org>)
Ответы Re: Large queries - again...  (Jan Wieck <JanWieck@Yahoo.com>)
Список pgsql-hackers
"Steve Howe" <howe@carcass.dhs.org> writes:
> ..\..\backend\lib\dllist.c(20) : fatal error C1083: Cannot open include
> file: 'sysexits.h': No such file or directory

Jan added that recently.  I was wondering if it was portable or not ...
looks like now we know :-(.

For the moment, just take out the include --- you may also need to
replace "exit(EX_UNAVAILABLE)" by plain "exit(1)".
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Richard Huxton"
Дата:
Сообщение: plpgsql: RAISE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plpgsql: RAISE