pgsql: Remove unnecessary include of

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove unnecessary include of
Дата
Msg-id E1rA1iR-008VIQ-2H@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

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

Modified Files
--------------
src/include/replication/walreceiver.h | 1 -
1 file changed, 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add support for REINDEX in event triggers
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Don't use pgbench -j in tests