pgsql: Fix network_spgist.c build failures from missing AF_INET definit
От
Tom Lane
Тема
pgsql: Fix network_spgist.c build failures from missing AF_INET
definit
Дата
Msg-id
E1bcIGT-0003Im-Qf@gemulon.postgresql.org
Список
Fix network_spgist.c build failures from missing AF_INET definition. AF_INET is apparently defined in something that's pulled in automatically on Linux, but the buildfarm says that's not true everywhere. Comparing to network_gist.c suggests that including ought to fix it, and the POSIX standard concurs. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/32909a57f9fb131eab8971a6d9845b55bbcb9091 Modified Files -------------- src/backend/utils/adt/network_spgist.c | 2 ++ 1 file changed, 2 insertions(+)
В списке pgsql-committers по дате отправления