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
Список
Дерево обсуждения
pgsql-7.4.1 build on darwin-x86 Chris Langlois <clanglois@mac.com>
Re: pgsql-7.4.1 build on darwin-x86 Tom Lane <tgl@sss.pgh.pa.us>
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 по дате отправления