Re: Alpha FreeBSD port of PostgreSQL !!!

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: Nathan Boeger <nathan@khmere.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2000-11-04T00:06:08Z
Lists: pgsql-hackers, pgsql-general
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/