From: | Karl Wright <kwright(at)metacarta(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: REINDEX/SELECT deadlock? |
Date: | 2008-07-11 21:40:50 |
Message-ID: | 4877D362.6090701@metacarta.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
Tom Lane wrote:
> Karl Wright <kwright(at)metacarta(dot)com> writes:
>
>>I just noticed what looks like a deadlock situation on postgresql
>>8.2.4.
>
>
> Did you look into pg_locks to see what locks those transactions have and
> are waiting for?
>
> regards, tom lane
No. Unlike a typical transaction-based deadlock, I did not see a deadlock error come back - it just
seemed to wait indefinitely instead. So I'm not even sure anything will show up in the pg_locks
table. In any case, it will have to happen again before I can spelunk more, since I had to reset
everything because the system was dead and it was needed by others.
Karl
From | Date | Subject | |
---|---|---|---|
Next Message | Ben | 2008-07-11 21:47:07 | Re: How many updates and inserts |
Previous Message | Campbell, Lance | 2008-07-11 21:27:11 | How many updates and inserts |