Re: 'errno' undefined?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 'errno' undefined?
Date: 2000-07-08 05:36:49
Message-ID: 24152.963034609@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> The answer probably is that pqformat.h needs to include <errno.h>,
>> but I'm just curious to understand why it didn't before ...

Well, I noticed that <stdlib.h> pulls in <errno.h> on my box, so that
explains why I didn't see a problem. I still don't see the connection
between the includes I killed and <errno.h> on your box, though...
curious. Anyway I committed the change to pqformat.c.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2000-07-08 06:43:19 Re: Re: [SQL] Re: [GENERAL] lztext and compression ratios...
Previous Message Philip Warner 2000-07-08 05:21:58 Re: 'errno' undefined?