Re: address family failure message

From: Kurt Roeckx <Q(at)ping(dot)be>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: address family failure message
Date: 2003-08-09 23:28:58
Message-ID: 20030809232858.GA17713@ping.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Aug 09, 2003 at 07:06:58PM -0400, Andrew Dunstan wrote:
>
> I am seeing this (RH8 - cvs tip):
>
> 2003-08-09 18:55:14 [6680] LOG: failed to create socket: Address family
> not supported by protocol
>
> Probably harmless - presumably refers to IPv6 not running, but annoying
> nevertheless, and I don't recall seeing it before.
>
> I can still connect on IP4 socket and Unix socket.

This is because we removed AI_ADDRCONF from the getaddrinfo()
call because it breaks on older glibc versions.

Kurt

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2003-08-09 23:45:15 Re: 7.4beta1 build problem on unixware
Previous Message Andrew Dunstan 2003-08-09 23:14:33 Re: getting confused parsing ACLITEMS...