Re: Alpha FreeBSD port of PostgreSQL !!!

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Alpha FreeBSD port of PostgreSQL !!!
Дата
Msg-id Pine.LNX.4.21.0011040100120.1076-100000@peter.localdomain
обсуждение исходный текст
Ответ на Alpha FreeBSD port of PostgreSQL !!!  (Nathan Boeger <nathan@khmere.com>)
Список 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 по дате отправления:

Предыдущее
От: Alfred Perlstein
Дата:
Сообщение: Re: Alpha FreeBSD port of PostgreSQL !!!
Следующее
От: Nathan Boeger
Дата:
Сообщение: Re: Alpha FreeBSD port of PostgreSQL !!!