Re: [BUGS] making 7.4 beta2 on Mac OS x

2003-09-16 Thread Tom Lane
Achilleus Mantzios <[EMAIL PROTECTED]> writes: > I is not a bug. Yes it is; it's fixed in beta3. > Its just your OSX is too conservative regarding > IPC defaults. PG knows that, but we made a last-minute change in beta2 that caused the later part of the initdb process to forget to use the numbe

Re: [BUGS] making 7.4 beta2 on Mac OS x

2003-09-16 Thread Achilleus Mantzios
I is not a bug. Its just your OSX is too conservative regarding IPC defaults. Consider changing these variables: kern.ipc.shmmax kern.ipc.shm_use_phys (for performance only) kern.ipc.shmall They apply to FreeBSD, but OSX must have something similar. On Tue, 16 Sep 2003, Theodore Petrosky wro

[BUGS] making 7.4 beta2 on Mac OS x

2003-09-16 Thread Theodore Petrosky
I thought I would try to make 7.4beta2 on my os X machine. I used the default ./configure then make. make says everything is ok to install so I tried a make check.. this is my error log. gcc is set for 3.1 os X 10.2.6. I don't know if this is just a 'make check' problem or if what I have is NFG.