aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2024-07-30 23:31:56 +1200
committerThomas Munro <tmunro@postgresql.org>2024-07-30 23:37:14 +1200
commit06ffce4559d0f7d29e0d92d18b72b4b96772ad1c (patch)
tree6577733ec4c1f69ce4c712ade7e2880f243329cd
parent71d6c4b966ae8699103548107312275fc8029fc2 (diff)
downloadpostgresql-06ffce4559d0f7d29e0d92d18b72b4b96772ad1c.tar.gz
postgresql-06ffce4559d0f7d29e0d92d18b72b4b96772ad1c.zip
Remove spinlocks and atomics from meson_options.txt.
Commits e2562667 and 81385261 removed the configure equivalents, but forgot to remove these options from meson_options.txt. Revealed by the fact that build farm animals rorqual and francolin didn't fail, despite being configured to set those options to off. They should now fail with unknown option, until they are adjusted.
-rw-r--r--meson_options.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 246cecf3827..b9421557606 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -49,12 +49,6 @@ option('injection_points', type: 'boolean', value: false,
option('PG_TEST_EXTRA', type: 'string', value: '',
description: 'Enable selected extra tests')
-option('atomics', type: 'boolean', value: true,
- description: 'Use atomic operations')
-
-option('spinlocks', type: 'boolean', value: true,
- description: 'Use spinlocks')
-
option('PG_GIT_REVISION', type: 'string', value: 'HEAD',
description: 'git revision to be packaged by pgdist target')