"George Sakkis" <george(dot)sakkis(at)gmail(dot)com> 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