Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

2003-12-21 Thread aarjan langereis
I'm using a RedHat machine. In my /etc/init.d/postgresql is this the line that statsup the postmaster: su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl -D $PGDATA -p /usr/bin/postmaster -o '-p ${PGPORT}' start > /var/log/pgsql.log 2>&1" < /dev/null I don't see that "ulimit -c 0".. nowhere in the sc

Re: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table

2003-12-21 Thread Tom Lane
"aarjan langereis" <[EMAIL PROTECTED]> writes: > I don't see that "ulimit -c 0".. nowhere in the script. Where do I have to > put the "ulimit -c unlimited"? I'd suggest adding it to the pg_ctl script. > Select * from blocks; gave me the whole table (I didn't look at all records, > but got a resul

Re: [BUGS] make check and OSX

2003-12-21 Thread Theodore Petrosky
Woops... my bad.. I had downloaded the 'base' distro. There was no 'test'.. I downloaded the correct one and everything is OK. BTW, Tom.. do you know how to enable thread-safety in OSX? Ted --- Tom Lane <[EMAIL PROTECTED]> wrote: > Theodore Petrosky <[EMAIL PROTECTED]> writes: > > I seem to b