pgsql: Add <stdalign.h> to c.h

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add <stdalign.h> to c.h
Date: 2025-11-19 07:24:16
Message-ID: E1vLcY3-000GcC-2F@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add <stdalign.h> to c.h

This allows using the C11 constructs alignas and alignof (not done in
this patch).

Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/46f05236-d4d4-4b4e-84d4-faa500f14691%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/300c8f532478a387cc772a9b985b9d7a4b4dd093

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-11-19 07:56:31 pgsql: Fix NLS for incorrect GUC enum value hint message
Previous Message Richard Guo 2025-11-19 02:07:53 pgsql: Fix typo in nodeHash.c