Get rid of the pre-C11 _Alignof define in zic.c

From: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Get rid of the pre-C11 _Alignof define in zic.c
Date: 2026-02-03 09:49:41
Message-ID: aYHEtSK44CcZxTLG@ip-10-97-1-34.eu-west-3.compute.internal
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

Now that f5e0186f865c is in, I think that we can get rid of this pre-C11 define
and just rely on the C11 _Alignof definition. That's done in the attached.

Note that e6be84356bbb already introduced the usage of _Noreturn in it.

Regards,

--
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
v1-0001-Get-rid-of-pre-C11-_Alignof-define-in-zic.c.patch text/x-diff 1.1 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Nazir Bilal Yavuz 2026-02-03 10:20:26 Re: meson: Make test output much more useful on failure (both in CI and locally)
Previous Message wenhui qiu 2026-02-03 09:41:59 Re: Convert NOT IN sublinks to anti-joins when safe