"Jim C. Nasby" <[EMAIL PROTECTED]> writes: > Take a look at the failure output...
> ERROR: could not load library > "/home/buildfarm/buildfarm/HEAD/inst/lib/postgresql/plpython.so": dlopen > (/home/buildfarm/buildfarm/HEAD/inst/lib/postgresql/plpython.so) failed: > /usr/local/lib/python2.5/config/libpython2.5.so: Undefined symbol > "pthread_attr_destroy" I suspect the problem here is that the backend isn't linked with -lpthread. We aren't going to let libpython dictate whether we do so, either... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match