A.M. wrote:
On Apr 19, 2007, at 3:21 PM, Kevin Murphy wrote:Has anybody tried making a 64-bit PostgreSQL on an Apple XServe w/ Intel Woodcrest CPU's? My compile works, but the 'make check' fails because of failure to allocate shared memory. There's plenty of SYSV memory available.The configure script will likely still configure for the 32-bit headers (so size_t will be 32 bits incorrectly). It will take a little more autoconf hacking to get a 64-bit build.
sizeof(size_t) reports as 8. -Kevin