Re: Deadlock? idle in transaction

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Deadlock? idle in transaction
Дата
Msg-id 23012.1002846408@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Deadlock? idle in transaction  (Michael Meskes <meskes@postgresql.org>)
Ответы Re: Deadlock? idle in transaction  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-hackers
Michael Meskes <meskes@postgresql.org> writes:
> A customer's machine hangs from time to time. All we could find so far is
> that postgres seems to be in state "idle in transaction":

You evidently have some client applications holding open transactions
that have locks on some tables.  That's not a deadlock --- at least,
it's not Postgres' fault.  The VACUUM is waiting to get exclusive access
to some table that's held by one of these clients, and the COPY is
probably queued up behind the VACUUM.
        regards, tom lane


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

Предыдущее
От: Patrice Hédé
Дата:
Сообщение: Re: Unicode combining characters
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Unicode combining characters