Re: Remove offsetof definition

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove offsetof definition
Date: 2022-08-22 15:13:05
Message-ID: 283873.1661181185@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> writes:
> More portability cruft cleanup: Our own definition of offsetof() was
> only relevant for ancient systems and can surely be removed.

+1, it's required by C99.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Banck 2022-08-22 15:16:58 [PATCH] Allow usage of archive .backup files as backup_label
Previous Message Jacob Champion 2022-08-22 15:10:10 Re: [PATCH] Expose port->authn_id to extensions and triggers