Re: Large queries - again...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Steve Howe" <howe(at)carcass(dot)dhs(dot)org>
Cc: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Large queries - again...
Date: 2001-07-21 15:06:09
Message-ID: 9466.995727969@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Steve Howe" <howe(at)carcass(dot)dhs(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-07-21 15:53:42 Re: plpgsql: RAISE <level> <expr> <params>
Previous Message Richard Huxton 2001-07-21 14:20:26 plpgsql: RAISE <level> <expr> <params>