]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Disable extended alignment uses on older g++
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 26 Jan 2026 09:23:14 +0000 (10:23 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 26 Jan 2026 09:23:14 +0000 (10:23 +0100)
commit6ceef9408c26b6e188ec88c4303e9bad8ce33bff
tree69bf987a025c406b07c083bf08d832c53e9997bf
parentd9abd9e1050db4c2fcdce6fcd8dc0ede6769db16
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
src/include/c.h