Removing src/backend from include path might break on HPUX - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Removing src/backend from include path might break on HPUX
Date
Msg-id Pine.LNX.4.21.0007051830030.347-100000@localhost.localdomain
Whole thread Raw
Responses Re: Removing src/backend from include path might break on HPUX  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Now that we don't -I...backend anymore, this might break:

src/include/c.h:

#ifdef FIXADE
#if defined(hpux)
#include "port/hpux/fixade.h"   /* for unaligned access fixup */
#endif   /* hpux */
#endif

The comments surrounding this make it pretty unclear whether this is still
necessary. Tom, any idea?


-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: Tim Perdue
Date:
Subject: Re: Article on MySQL vs. Postgres
Next
From: The Hermit Hacker
Date:
Subject: Re: Article on MySQL vs. Postgres