Re: ERROR: deadlock detected

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: a(dot)schmitz(at)cityweb(dot)de
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: ERROR: deadlock detected
Date: 2003-02-13 05:08:07
Message-ID: 10575.1045112887@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Andreas Schmitz <a(dot)schmitz(at)cityweb(dot)de> writes:
> I am still working on the newspaper archive project. I started indexing the
> articles with tsearch. Along the long text parts I get a "ERROR: deadlock
> detected" when I try to build the index "update dpa_text set
> titleidx=txt2txtidx(volltext);". The table has a count of 356437 datarows. I
> already increased the number of locks per transaction. Any ideas on that ?

This does not sound like an out-of-resources kind of problem. Either
you did something wrong or you found a bug. But it's impossible to
tell which. Can you provide a SQL script that reproduces the behavior
you're seeing?

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Matthew J. Harmon 2003-02-13 06:58:07 Import Wizard Error: Number 9, Subscript out of range
Previous Message Preston 2003-02-12 21:37:52 Re: Database backup