pgsql: Remove configure-time thread safety checking (thread_test.c).

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove configure-time thread safety checking (thread_test.c).
Дата
Msg-id E1m7KKh-00038B-QZ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove configure-time thread safety checking (thread_test.c).

This testing was useful when it was written, nigh twenty years ago,
but it seems fairly pointless for any platform built in the last
dozen or more years.  (Compare also the comments at 8a2121185.)
Also we now have reports that the test program itself fails under
ThreadSanitizer.  Rather than invest effort in fixing it, let's
just drop it, and assume that the few people who still care
already know they need to use --disable-thread-safety.

Back-patch into v14, for consistency with 8a2121185.

Discussion: https://postgr.es/m/CADhDkKzPSiNvA3Hyq+wSR_icuPmazG0cFe=YnC3U-CFcYLc8Xw@mail.gmail.com

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d5e913a81cbab063c53b0a06dc8894da89390676

Modified Files
--------------
config/thread_test.c | 437 ---------------------------------------------------
configure            | 194 +++++------------------
configure.ac         |  38 +----
3 files changed, 43 insertions(+), 626 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix failure of some headers to compile "standalone".
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Make printf("%s", NULL) print "(null)" instead of crashing.