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

From Tom Lane
Subject Re: pgsql-7.4.1 build on darwin-x86
Date
Msg-id 14897.1076474403@sss.pgh.pa.us
Whole thread Raw
In response to pgsql-7.4.1 build on darwin-x86  (Chris Langlois <clanglois@mac.com>)
List pgsql-ports
Chris Langlois <clanglois@mac.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

pgsql-ports by date:

Previous
From: Chris Langlois
Date:
Subject: pgsql-7.4.1 build on darwin-x86
Next
From: Chris Langlois
Date:
Subject: Re: pgsql-7.4.1 build on darwin-x86