| От | 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
|
| Список | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера