pgsql: Work around buggy alignas in older g++ - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Work around buggy alignas in older g++
Date
Msg-id E1vjxRi-002VSP-12@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Work around buggy alignas in older g++

Older g++ (<9.3) mishandle the alignas specifier (raise warnings that
the alignment is too large), but the more or less equivalent attribute
works.  So as a workaround, #define alignas to that attribute for
those versions.

see <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89357>

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/3119480.1769189606%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a9bdb63bba8a631cd4797393307eecf5fcde9167

Modified Files
--------------
src/include/c.h | 10 ++++++++++
1 file changed, 10 insertions(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: pg_stat_statements: Fix test instability with cache-clobbering b
Next
From: Michael Paquier
Date:
Subject: pgsql: Add more tests with clause STORAGE on table and TOAST interactio