diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-12-04 06:34:27 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-12-04 06:35:22 +0100 |
commit | da67cb0a4487bfbf269de72de9d9252dfc80813d (patch) | |
tree | ba36dac3fc0f911962489b8bf1f242a957be3de4 /contrib/postgres_fdw/postgres_fdw.h | |
parent | dffb2b478f54f4abdd0271bbab44d3f81d017648 (diff) | |
download | postgresql-da67cb0a4487bfbf269de72de9d9252dfc80813d.tar.gz postgresql-da67cb0a4487bfbf269de72de9d9252dfc80813d.zip |
Remove unnecessary include of <sys/socket.h>
This was put here as part of a mechanical replacement of the old
"getaddrinfo.h" with <netdb.h> plus <sys/socket.h> (commit
5579388d2d). But here, we only need netdb.h (for NI_MAXHOST), not
sys/socket.h.
Reviewed-by: Shubham Khanna <Shubham.Khanna@fujitsu.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/cff5475d-e0a9-4561-b094-794aa36bd031%40eisentraut.org
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.h')
0 files changed, 0 insertions, 0 deletions