From: | Jeff Davis <jdavis(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: meson: build checksums with extra optimization flags. |
Date: | 2025-09-09 23:07:55 |
Message-ID: | E1uw7RL-001UwZ-29@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
meson: build checksums with extra optimization flags.
Use -funroll-loops and -ftree-vectorize when building checksum.c to
match what autoconf does.
Missed backport of 9af672bcb2, noticed by Nathan Bossart.
Reported-by: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Discussion: https://postgr.es/m/a81f2f7ef34afc24a89c613671ea017e3651329c.camel@j-davis.com
Reviewed-by: Andres Freund <andres(at)anarazel(dot)de>
Backpatch-through: 16
Branch
------
REL_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/2de24ca6ca512053d821e14f2203cb0b28d7259e
Modified Files
--------------
src/backend/storage/page/meson.build | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2025-09-10 02:21:21 | pgsql: Replace callers of dynahash.h's my_log() by equivalent in pg_bit |
Previous Message | Jeff Davis | 2025-09-09 23:07:50 | pgsql: meson: build checksums with extra optimization flags. |