From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Gourish Singbal <gourish(at)gmail(dot)com> |
Cc: | PostgreSQL Admin <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: ERROR: 40P01: |
Date: | 2005-02-17 15:37:16 |
Message-ID: | 7232.1108654636@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Gourish Singbal <gourish(at)gmail(dot)com> writes:
> I got the below ERROR in my log file. Where can i get more info no
> what exactly caused this ERROR and how to debug it?.
> 2005-02-17 02:23:09 ERROR: 40P01: deadlock detected
You seem to have suppressed the DETAIL part of that message. It should
have reported something like
DETAIL: Process 7205 waits for AccessExclusiveLock on relation 1096910 of database 994178; blocked by process 7199.
Process 7199 waits for AccessExclusiveLock on relation 1100110 of database 994178; blocked by process 7205.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Fuhr | 2005-02-17 15:51:38 | Re: ERROR: 40P01: |
Previous Message | thomas.revell | 2005-02-17 15:36:16 | Re: Determining current WAL |