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

2003-12-20 Thread aarjan langereis
I tried to reply to you but that doesn't work. So I try it through here..   Yours,   Aarjan - Original Message - From: aarjan langereis To: Tom Lane Sent: Saturday, December 20, 2003 3:17 PM Subject: Fw: [BUGS] BUG #1015: Got a signal 11 while trying to create a temp table Did y

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

2003-12-20 Thread Tom Lane
"aarjan langereis" <[EMAIL PROTECTED]> writes: > How do I get a "debugger backtrace" ? Find the "core" file left by the crashed backend --- it should be in $PGDATA/base/yourdbnumber/core and have a file date equal to the time of the crash. If you don't find one, it's likely that the postmaster wa

Re: [BUGS] BUG #1021: IDENT authorization doesn't work

2003-12-20 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > PostgreSQL version: 7.4 > Operating system: FreeBSD 4.9-STABLE > Description:IDENT authorization doesn't work Fixed for 7.4.1. Thanks for the report. regards, tom lane ---(end of broad

[BUGS] can not configure --enable-thread-safety

2003-12-20 Thread Theodore Petrosky
I'm on Mac OS X 10.3.2 gcc --version gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495) cannot ./configure --enable-thread-safety I don't know what to send to youse guys... checking for pthread.h... yes configure: error: Cannot enable threads on your platform. Please report your platform

[BUGS] make check and OSX

2003-12-20 Thread Theodore Petrosky
I seem to be missing something on Mac OSX. ./configure --with-rendezvous make All of PostgreSQL successfully made. Ready to install. beautiful... so I tried make check [symcom:~/software/postgresql-7.4] postgres% make check All of PostgreSQL successfully made. Ready to install. make -C src/test

Re: [BUGS] make check and OSX

2003-12-20 Thread Tom Lane
Theodore Petrosky <[EMAIL PROTECTED]> writes: > I seem to be missing something on Mac OSX. > [symcom:~/software/postgresql-7.4] postgres% make > check > All of PostgreSQL successfully made. Ready to install. > make -C src/test check > make: *** src/test: No such file or directory. Stop. I can't

Re: [BUGS] can not configure --enable-thread-safety

2003-12-20 Thread Bruce Momjian
Theodore Petrosky wrote: > > I'm on Mac OS X 10.3.2 > gcc --version > gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build > 1495) > > cannot ./configure --enable-thread-safety > > I don't know what to send to youse guys... > > checking for pthread.h... yes > configure: error: > Cannot enable th