pgsql: Remove spinlocks and atomics from meson_options.txt. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Remove spinlocks and atomics from meson_options.txt.
Date
Msg-id E1sYlC1-001swI-9a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/06ffce4559d0f7d29e0d92d18b72b4b96772ad1c

Modified Files
--------------
meson_options.txt | 6 ------
1 file changed, 6 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: pgsql: Remove --disable-spinlocks.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Preserve tz when converting to jsonb timestamptz