Re: Alpha FreeBSD port of PostgreSQL !!! - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Alpha FreeBSD port of PostgreSQL !!!
Date
Msg-id Pine.LNX.4.21.0011040100120.1076-100000@peter.localdomain
Whole thread Raw
In response to Alpha FreeBSD port of PostgreSQL !!!  (Nathan Boeger <nathan@khmere.com>)
List pgsql-hackers
Nathan Boeger writes:

> I really love my Alpha FreeBSD box and I want to use PostgreSQL on it...
> but postgresql does not build.

If I were to take a guess, then you need to add

// snip
#elif defined(__alpha__)
typedef long int slock_t;
#define HAS_TEST_AND_SET
// snip

into src/include/port/freebsd.h to get it to build.  Whether it runs is
another question.  But with the amount of detail you provided, no one can
tell.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: Alfred Perlstein
Date:
Subject: Re: Alpha FreeBSD port of PostgreSQL !!!
Next
From: Nathan Boeger
Date:
Subject: Re: Alpha FreeBSD port of PostgreSQL !!!