pgsql-7.4.1 build on darwin-x86 - Mailing list pgsql-ports

From Chris Langlois
Subject pgsql-7.4.1 build on darwin-x86
Date
Msg-id E4418AA8-5C38-11D8-825F-000A95847D42@mac.com
Whole thread Raw
Responses Re: pgsql-7.4.1 build on darwin-x86
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: compile error
Next
From: Tom Lane
Date:
Subject: Re: pgsql-7.4.1 build on darwin-x86