Tom Lane wrote:
> Perhaps Apple stopped defining __APPLE__ ? Or switched from
> __ppc__ to __powerpc__ ? But in any case, updating to PG 7.4
> or later should make the problem go away. If you really don't
> want to move off 7.3, look in src/backend/storage/lmgr/s_lock.c.
Yeah, I got that far, but was having trouble backporting the 7.4 bits to
7.3.
The package really only exists for people with pre-existing installs; we
have packages for 7.4 and 8.0 as well.
The strange thing is, it *seems* like both __ppc__ and __powerpc__ are
defined, and __APPLE__ is definitely defined.
I'm having a really hard time narrowing down what's missing.