Re: Postgres connection status as BIND - Mailing list pgsql-performance

From Alan Hodgson
Subject Re: Postgres connection status as BIND
Date
Msg-id 200906150808.01841@hal.medialogik.com
Whole thread Raw
In response to Postgres connection status as BIND  (Nimesh Satam <nimesh.zedo@gmail.com>)
List pgsql-performance
On Monday 15 June 2009, Nimesh Satam <nimesh.zedo@gmail.com> wrote:
> Hi,
>
> When we do a ps U postgres command, we find some connection in BIND
> status:
>
> 10088 ?        Ss     0:00 postgres: chk production xxx.xx.x.xx(48672)
> BIND 10090 ?        Ss     0:00 postgres: chk production
> xxx.xx.x.xx(48674) BIND
>
>
> We are connecting to the database using pgpool for load balancing and
> slony for replication. Postgres version - 8.3.3.

pgpool does that on some connections on some of my servers (but not others).
I haven't been able to figure out why.


--
WARNING:  Do not look into laser with remaining eye.

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postgres connection status as BIND
Next
From: Alexander Staubo
Date:
Subject: Yet another slow nested loop