Обсуждение: WAITING in PG_STATS_ACTIVITY

Поиск
Список
Период
Сортировка

WAITING in PG_STATS_ACTIVITY

От
ruediger.papke@t-online.de
Дата:
Hi,

little question:
when is WAITING in PG_STATS_ACTIVITYset to TRUE ?
When this connection is waiting on a lock , or are there any other
reasons, waiting on another resource ?
TIA
ruediger


Re: WAITING in PG_STATS_ACTIVITY

От
Tom Lane
Дата:
ruediger.papke@t-online.de writes:
> when is WAITING in PG_STATS_ACTIVITYset to TRUE ?
> When this connection is waiting on a lock , or are there any other
> reasons, waiting on another resource ?

Only when waiting on a lock.

            regards, tom lane