Re: Deadlock? idle in transaction - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Deadlock? idle in transaction
Date
Msg-id 23012.1002846408@sss.pgh.pa.us
Whole thread Raw
In response to Deadlock? idle in transaction  (Michael Meskes <meskes@postgresql.org>)
Responses Re: Deadlock? idle in transaction
List 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 by date:

Previous
From: Patrice Hédé
Date:
Subject: Re: Unicode combining characters
Next
From: Bruce Momjian
Date:
Subject: Re: Unicode combining characters