pgsql-7.4.1 build on darwin-x86

From: Chris Langlois <clanglois(at)mac(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: pgsql-7.4.1 build on darwin-x86
Date: 2004-02-11 02:20:42
Message-ID: E4418AA8-5C38-11D8-825F-000A95847D42@mac.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2004-02-11 04:40:03 Re: pgsql-7.4.1 build on darwin-x86
Previous Message Tom Lane 2004-02-03 23:21:56 Re: compile error