pgsql: Remove offsetof definition

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove offsetof definition
Date: 2022-08-23 13:50:28
Message-ID: E1oQUIV-000quc-Bb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove offsetof definition

This was only needed to deal with some ancient and no longer supported
systems.

Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/9a5223a2-3e25-d4fb-f092-01ec17428584%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bd67b7e01031b688f2f19f657ece4aa2322dbcc8

Modified Files
--------------
src/include/c.h | 15 ++-------------
1 file changed, 2 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-08-23 14:15:18 pgsql: Doc: document possible need to raise kernel's somaxconn limit.
Previous Message Thomas Munro 2022-08-23 12:13:47 pgsql: Don't bother to set sockaddr_un.sun_len.