Removing src/backend from include path might break on HPUX

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Removing src/backend from include path might break on HPUX
Date: 2000-07-05 16:37:12
Message-ID: Pine.LNX.4.21.0007051830030.347-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2000-07-05 16:40:02 Re: Article on MySQL vs. Postgres
Previous Message Peter Eisentraut 2000-07-05 16:36:43 Array type confusion