Fix alignas placement in GinTuple

Commit bad8829872d added an alignas specifier, and placed it in the
middle of the declaration, unlike most existing uses, possibly to
avoid the indentation problem recently fixed in commit 884f82ae262.
This placement is valid in C but not in C++, which requires it to be
at the beginning.  This results in a warning in g++ and an error in
clang++.  Fix by moving it accordingly.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9bfdcfbfcf98f819a5f7f35fa3dee25bcf96b3a5

Modified Files
--------------
src/include/access/gin_tuple.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Reply via email to