Manfred Spraul wrote:
Btw, --enable-thread-safety on Linux (RedHat Fedora Core 1) fails in configure with
configure: error: *** Thread test program failed. Your platform is not thread-safe. *** Check the file 'config.log'for the exact reason.
I had this too, for two reasons:
- configure checks for libpthreads, while the libs are called libpthread on my system.
- patch for thread_test.c needed posted some hours ago.
Regards, Andreas
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match