"--enable-thread-safety" fails on snapshot version

Поиск
Список
Период
Сортировка
От George Sakkis
Тема "--enable-thread-safety" fails on snapshot version
Дата
Msg-id 91ad5bf80706110959yd20dc1o1657d4403ff5111a@mail.gmail.com
обсуждение исходный текст
Ответы Re: "--enable-thread-safety" fails on snapshot version  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
I tried to configure with "--enable-thread-safety" the snapshot
version and it fails with:

"This platform is not thread-safe.  Check the file 'config.log'for the
exact reason."

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. After copying it over from my stable version (8.2.3), it
configures fine. Is this is an accidental omission or deliberate ?

Thanks,

George


--
"If I have been able to see further, it was only because I stood on
the shoulders of million monkeys."

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Christian Andritzky"
Дата:
Сообщение: BUG #3382: Service fails to start with option -w
Следующее
От: Tom Lane
Дата:
Сообщение: Re: "--enable-thread-safety" fails on snapshot version