Re: pgsql-7.4.1 build on darwin-x86

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Langlois <clanglois(at)mac(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: pgsql-7.4.1 build on darwin-x86
Date: 2004-02-11 04:40:03
Message-ID: 14897.1076474403@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Chris Langlois <clanglois(at)mac(dot)com> writes:
> Ran all regression tests, and the result: All 93 tests passed.

Cool.

> Just had to modify the src/include/ports/darwin.h with the
> additions (+) noted:

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

This should be irrelevant as of CVS tip, because Bruce did some work to
decouple the CPU-specific spinlock assumptions from the OS-specific
assumptions. The __i386__ spinlock code will now trigger no matter
which OS you use. Or at least that's the theory --- can you download
CVS tip or a nightly snapshot and confirm it works on your platform?

regards, tom lane

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message raymond.siebert 2004-02-11 13:25:13 building 64bit V7.4.1 on Solaris 9 64bit
Previous Message Chris Langlois 2004-02-11 02:20:42 pgsql-7.4.1 build on darwin-x86