Re: compile error of PostgreSQL 7.2 on FreeBSD-current

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: hiroyuki hanai <hanai(at)imgsrc(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: compile error of PostgreSQL 7.2 on FreeBSD-current
Date: 2002-02-08 18:40:27
Message-ID: 24933.1013193627@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
>> We can certainly move our header inclusion order around, but that is
>> simply an application-level workaround for a broken system header.

> I didn't think so. I always thought there were requirements in include
> ordering.

There are certain broken OSes that think it's okay to let applications
deal with that, but they are certainly broken. What is an application
supposed to do if two different implementations have conflicting
requirements for header include order? Why should it be an
application's responsibility to worry about it in the first place?

I don't even know of any place where it could be documented that
"<foo.h> requires <bar.h> to be included first" in the standard man
page layout, because there isn't a man page per header file. And I'll
definitely bet lunch that that FreeBSD developer didn't fix the man
pages to say any such thing when he made that typedef change ;-)

If all versions of Unix had identical system headers then this sort
of thing wouldn't be a big deal, but since they don't, "each header
can be included independently" is the only reasonable approach.

We have a number of workarounds of this kind in Postgres already,
and I don't doubt that this one will not be the last one. But that
does not persuade me that system headers with this sort of problem
are acceptable. In this case we have an opportunity to complain,
and we should.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-02-08 18:45:16 Re: Threaded PosgreSQL server
Previous Message Holger Krug 2002-02-08 18:29:57 Re: GiST on 64-bit box

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-02-08 19:01:38 Re: [HACKERS] compile error of PostgreSQL 7.2 on FreeBSD-current
Previous Message Jason Tishler 2002-02-08 13:11:29 Cygwin plperl patch