Tom Lane wrote:
OS X has an unreasonably small limit on shared memory size; if you don't
raise it (IIRC you can do this in /etc/rc) then you don't get to have
more than one postmaster at a time.
OK, I see what you're talking about from looking in /etc/rc. You might
want to put something about
I just downloaded and compiled PostgreSQL 8.0 beta 3. The directory and
files are all owned by the "postgres" user, and I compiled as that
user. I configured with:
./configure --prefix=/sw --with-tcl --with-python --with-libs=/sw/lib/
--with-includes=/sw/include/
(/sw is the root of the "fi
I downloaded beta 2, unpacked it into its own directory, became (via
sudo) the "postgres" user, and did the whole "configure" and "make"
business.
When I ran "make check", all of the tests passed successfully, except
for the "geometry" test, which failed. Looking at regression.diffs
(enclosed