"George Sakkis" <[EMAIL PROTECTED]> writes:
> After digging in config.log, the error turns out to be the lack of the
> a test file:
> conftest.c:144:43: ./src/test/thread/thread_test.c: No such file or directory
> Actually the whole src/test directory is missing from the snapshot
> versions.
It's there AFAICS:
$ tar tfz postgresql-snapshot.tar.gz | grep src/test/thread
postgresql-snapshot/src/test/thread
postgresql-snapshot/src/test/thread/Makefile
postgresql-snapshot/src/test/thread/README
postgresql-snapshot/src/test/thread/thread_test.c
$
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