"Suresh Gupta VG" <suresh.g@zensar.com> writes:
> $ LOG: could not bind socket for statistics collector: Cannot assign
> requested address
This is not an error condition; as long as you don't see a subsequent
complaint that the statistics collector couldn't be started, everything
is fine.
If you don't want to see the message anymore, fix your /etc/hosts or
DNS server so that it doesn't return unusable addresses for "localhost".
A likely bet here is that the table is returning the IPv6 translation
before the IPv4 one, but the kernel is only configured for IPv4.
regards, tom lane