pgsql: meson: Build numeric.c with -ftree-vectorize.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Build numeric.c with -ftree-vectorize.
Date: 2025-09-10 16:22:33
Message-ID: E1uwNaa-000229-2b@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Build numeric.c with -ftree-vectorize.

autoconf builds have compiled this file with -ftree-vectorize since
commit 8870917623, but meson builds seem to have missed the memo.

Reviewed-by: Jeff Davis <pgsql(at)j-davis(dot)com>
Discussion: https://postgr.es/m/aL85CeasM51-0D1h%40nathan
Backpatch-through: 16

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/87ea6e9b66b64c10c9d203691221dfc8594c7697

Modified Files
--------------
src/backend/utils/adt/meson.build | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-09-10 20:15:13 pgsql: Fix memory leakage in nodeSubplan.c.
Previous Message Peter Eisentraut 2025-09-10 11:39:46 pgsql: Fix CREATE TABLE LIKE with not-valid check constraint