Re: [BUGS] Fatal "make check" bug with 8.0 beta 3 under Mac OS 10.3

2004-10-14 Thread Reuven M. Lerner
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

[BUGS] Fatal "make check" bug with 8.0 beta 3 under Mac OS 10.3

2004-10-12 Thread Reuven M. Lerner
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

[BUGS] Error with PostgreSQL 8.0 beta 2, in "make check" on Mac OS X (10.3.5)

2004-09-22 Thread Reuven M. Lerner
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