pgsql: Fix __attribute__((target(...))) usage. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Fix __attribute__((target(...))) usage.
Date
Msg-id E1t9A3T-000gb6-FE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix __attribute__((target(...))) usage.

The commonly supported way to specify multiple target options is to
surround the entire list with quotes and to use a comma (with no
extra spaces) as the delimiter.

Oversight in commit f78667bd91.

Discussion: https://postgr.es/m/Zy0jya8nF8CPpv3B%40nathan

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/41b98ddb77bf49433f174f03383533dd09bdefec

Modified Files
--------------
config/c-compiler.m4          | 2 +-
configure                     | 2 +-
meson.build                   | 2 +-
src/port/pg_popcount_avx512.c | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Use __attribute__((target(...))) for AVX-512 support.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Provide lstat() for Windows.