pgsql: Remove spinlocks and atomics from meson_options.txt.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove spinlocks and atomics from meson_options.txt.
Date: 2024-07-30 11:39:01
Message-ID: E1sYlC1-001swI-9a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2024-07-30 11:58:13 pgsql: Preserve tz when converting to jsonb timestamptz
Previous Message Thomas Munro 2024-07-30 11:24:40 Re: pgsql: Remove --disable-spinlocks.