Re: Odd DEALLOCATE statements never finish in 9.2?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Odd DEALLOCATE statements never finish in 9.2?
Дата
Msg-id 20442.1350597286@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Odd DEALLOCATE statements never finish in 9.2?  (Craig James <cjames@emolecules.com>)
Ответы Re: Odd DEALLOCATE statements never finish in 9.2?
Список pgsql-admin
Craig James <cjames@emolecules.com> writes:
> I installed 9.2 on our new server and am seeing something odd that doesn't
> happen in 8.4:

> postgres=# select datname, pid, usename, query from pg_stat_activity where
> query != '<IDLE>';

The query column now means "current or last query" --- there's a
separate column to check for the idle status.  Those DEALLOCATEs
are evidently what your app does before going idle.

            regards, tom lane


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

Предыдущее
От: Craig James
Дата:
Сообщение: Odd DEALLOCATE statements never finish in 9.2?
Следующее
От: Craig James
Дата:
Сообщение: Re: Odd DEALLOCATE statements never finish in 9.2?