FreeBSD-alpha take 2.

Поиск
Список
Период
Сортировка
От Alfred Perlstein
Тема FreeBSD-alpha take 2.
Дата
Msg-id 20001114135920.Y11449@fw.wintelcom.net
обсуждение исходный текст
Ответы Re: FreeBSD-alpha take 2.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Make pgsql compile on FreeBSD-alpha.

Context diff this time.

Remove -m486 compile args for FreeBSD-i386, compile -O2 on i386.

Compile with only -O on alpha for codegen safety.

Make the port use the TEST_AND_SET for alpha and i386 on FreeBSD.

Fix a lot of bogus string formats for outputting pointers (cast to int
and %u/%x replaced with no cast and %p), and 'Size'(size_t) are now
cast to 'unsigned long' and output with %lu/

Remove an unused variable.

--
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
"I have the heart of a child; I keep it in a jar on my desk."

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: patch for darwin/macosx-publicbeta
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: got Postgresql working on FreeBSD-alpha