pgsql-7.4.1 build on darwin-x86

Поиск
Список
Период
Сортировка
От Chris Langlois
Тема pgsql-7.4.1 build on darwin-x86
Дата
Msg-id E4418AA8-5C38-11D8-825F-000A95847D42@mac.com
обсуждение исходный текст
Ответы Re: pgsql-7.4.1 build on darwin-x86  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-ports
Ran all regression tests, and the result: All 93 tests passed.  No
regression.diffs created.  I can forward all the results files that are
created.  Just had to modify the src/include/ports/darwin.h with the
additions (+) noted:

#define __darwin__      1

#if defined(__ppc__)
#define HAS_TEST_AND_SET
#endif

+#if defined(__i386__)
+#define HAS_TEST_AND_SET
+#endif

#if defined(__ppc__)
typedef unsigned int slock_t;

#else
typedef unsigned char slock_t;

#endif


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: compile error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql-7.4.1 build on darwin-x86