pgsql: Disable extended alignment uses on older g++ - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Disable extended alignment uses on older g++
Date
Msg-id E1vkIvW-002j3w-31@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Disable extended alignment uses on older g++

Fix for commit a9bdb63bba8.  The previous plan of redefining alignas
didn't work, because it interfered with other C++ header files (e.g.,
LLVM).  So now the new workaround is to just disable the affected
typedefs under the affected compilers.  These are not typically used
in extensions anyway.

Discussion: https://www.postgresql.org/message-id/3119480.1769189606%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6ceef9408c26b6e188ec88c4303e9bad8ce33bff

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add test for MAINTAIN permission with pg_restore_extended_stats(
Next
From: David Rowley
Date:
Subject: pgsql: Remove deduplication logic from find_window_functions