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

Nathan Bossart <nathan@postgresql.org>

Commit: 15f9eeef624fee62b0bd1840c0aa6f491b2548ac
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2025-09-10T16:21:12Z
Releases: 17.7
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@j-davis.com>
Discussion: https://postgr.es/m/aL85CeasM51-0D1h%40nathan
Backpatch-through: 16

Files

PathChange+/−
src/backend/utils/adt/meson.build modified +10 −1

Discussion