Re: CVS -Tip compile issue -- FreeBSD 4.8 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CVS -Tip compile issue -- FreeBSD 4.8
Date
Msg-id 4042.1055426919@sss.pgh.pa.us
Whole thread Raw
In response to Re: CVS -Tip compile issue -- FreeBSD 4.8  (Rod Taylor <rbt@rbt.ca>)
List pgsql-hackers
Rod Taylor <rbt@rbt.ca> writes:
> It would seem the configure test isn't picking up on the structure.

It works here (where "works" is defined as "finds the struct on Linux
and doesn't find it on HPUX" --- both correct according to a search
of /usr/include).  You'll need to dig into why it fails on BSD.

First thought that comes to mind is that <sys/socket.h> may require
something else to be included first --- maybe <sys/types.h> ?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: MARKED_FOR_UPDATE && XMAX_COMMITTED == XMAX_INVALID ?
Next
From: Jon Lapham
Date:
Subject: Re: Pre-allocation of shared memory ...