Thanks to visit codestin.com
Credit goes to postgrespro.com

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 [email protected]
Whole thread Raw
Responses Re: Removing src/backend from include path might break on HPUX
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
[email protected]                   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