Re: Bypass the DB request

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Suresh Gupta VG" <suresh(dot)g(at)zensar(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Bypass the DB request
Date: 2008-02-14 16:33:31
Message-ID: 9424.1203006811@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Suresh Gupta VG" <suresh(dot)g(at)zensar(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message libra dba 2008-02-14 22:41:18 Failover of the Primary database and starting the standby database in Postgresql in PITR configuraiton?
Previous Message Suresh Gupta VG 2008-02-14 12:48:04 Bypass the DB request