diff options
| author | Thomas Munro | 2023-07-11 18:20:37 +0000 |
|---|---|---|
| committer | Thomas Munro | 2023-07-11 20:20:43 +0000 |
| commit | 68a4b58eca032916e2aad78d63f717dcb147e906 (patch) | |
| tree | d944d9ffb794df9d70c6408475f20d20a0580080 /src/makefiles | |
| parent | 11f36694091c97318e5a2bd28b35ffe9aa1c3b6a (diff) | |
Remove --disable-thread-safety and related code.
All supported computers have either POSIX or Windows threads, and we no
longer have any automated testing of --disable-thread-safety. We define
a vestigial ENABLE_THREAD_SAFETY macro to 1 in ecpg_config.h in case it
is useful, but we no longer test it anywhere in PostgreSQL code, and
associated dead code paths are removed.
The Meson and perl-based Windows build scripts never had an equivalent
build option.
Reviewed-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/CA%2BhUKGLtmexrpMtxBRLCVePqV_dtWG-ZsEbyPrYc%2BNBB2TkNsw%40mail.gmail.com
Diffstat (limited to 'src/makefiles')
| -rw-r--r-- | src/makefiles/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefiles/meson.build b/src/makefiles/meson.build index 13045cbd6e4..be946f7b38b 100644 --- a/src/makefiles/meson.build +++ b/src/makefiles/meson.build @@ -52,7 +52,6 @@ pgxs_kv = { 'abs_top_builddir': meson.build_root(), 'abs_top_srcdir': meson.source_root(), - 'enable_thread_safety': 'yes', 'enable_rpath': get_option('rpath') ? 'yes' : 'no', 'enable_nls': libintl.found() ? 'yes' : 'no', 'enable_tap_tests': tap_tests_enabled ? 'yes' : 'no', |
