pgsql: Remove offsetof definition - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove offsetof definition
Date
Msg-id E1oQUIV-000quc-Bb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove offsetof definition

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

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.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(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Don't bother to set sockaddr_un.sun_len.
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: prefer sysctl to /proc/sys in docs and comments.