Re: Get rid of the pre-C11 _Alignof define in zic.c - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Get rid of the pre-C11 _Alignof define in zic.c
Date
Msg-id 1228237.1770130563@sss.pgh.pa.us
Whole thread Raw
In response to Get rid of the pre-C11 _Alignof define in zic.c  (Bertrand Drouvot <bertranddrouvot.pg@gmail.com>)
List pgsql-hackers
Bertrand Drouvot <bertranddrouvot.pg@gmail.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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Remove unused isCommit parameter from AtEOXact_LocalBuffers
Next
From: Aleksander Alekseev
Date:
Subject: Re: [PATCH] Refactor *_abbrev_convert() functions