You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Remove configure probe for sockaddr_in6 and require AF_INET6.
SUSv3 <netinet/in.h> defines struct sockaddr_in6, and all targeted Unixsystems have it. Windows has it in <ws2ipdef.h>. Remove the configureprobe, the macro and a small amount of dead code.Also remove a mention of IPv6-less builds from the documentation, sincethere aren't any.This is similar to commitsf558088 and077bf2f for Unix sockets. Eventhough AF_INET6 is an "optional" component of SUSv3, there are no knownmodern operating system without it, and it seems even less likely to beomitted from future systems than AF_UNIX.Reviewed-by: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/CA+hUKGKErNfhmvb_H0UprEmp4LPzGN06yR2_0tYikjzB-2ECMw@mail.gmail.com