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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Get rid of the pre-C11 _Alignof define in zic.c
Date: 2026-02-03 14:56:03
Message-ID: 1228237.1770130563@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com> writes:
> 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.

I'm not in favor of introducing random discrepancies from tzdb
upstream.

(We are well overdue for re-syncing this code with recent tzdb,
but I don't think changes like this one will make that any less
painful.)

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2026-02-03 14:56:16 Re: [PATCH] Refactor *_abbrev_convert() functions
Previous Message Tom Lane 2026-02-03 14:45:49 Re: Remove unused isCommit parameter from AtEOXact_LocalBuffers