Postgres connection status as BIND

Поиск
Список
Период
Сортировка
От Nimesh Satam
Тема Postgres connection status as BIND
Дата
Msg-id 965aa3ed0906150230o6b937294of11cb97d00272de6@mail.gmail.com
обсуждение исходный текст
Ответы Re: Postgres connection status as BIND
Re: Postgres connection status as BIND
Список pgsql-performance
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.

The queries running over this connections appear to be hanged and are not running.

Can anybody tell what exactly the above connection status means, and how we can get rid of this connections, pg_cancel_backend doesn't seem to help here?

Let me know I can provide some more info.

Regards,
Nimesh.

В списке pgsql-performance по дате отправления:

Предыдущее
От: Dan Langille
Дата:
Сообщение: Re: Censorship
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgres connection status as BIND