Emi Lu <[EMAIL PROTECTED]> writes: > I did make distclean, and I retried "configuration and ", but I still > saw the following errors:
The only other theory I can think of is that the linker is picking up an old libpq.so from /home/postgresql/lib because of the -rpath switch ... which it should not be doing, but maybe it is anyway. If there's an 8.0 libpq.so there, try getting rid of it. 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