Re: Index trouble with 8.3b4 - Mailing list pgsql-general

From Gregory Stark
Subject Re: Index trouble with 8.3b4
Date
Msg-id 873at97jft.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: Index trouble with 8.3b4  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
"Tom Lane" <tgl@sss.pgh.pa.us> writes:

> I didn't have any luck reproducing either of these behaviors --- maybe
> it's data-dependent.  Can you extract a test case?

I haven't been able to reproduce this either but I produced an entirely
different problem:

postgres=# create index concurrently dg5 on doc using gin (to_tsvector('english',d));
ERROR:  deadlock detected
DETAIL:  Process 7076 waits for ShareLock on unrecognized locktag type 5; blocked by process 10497.
Process 10497 waits for ShareUpdateExclusiveLock on relation 24656 of database 11511; blocked by process 7076.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com
  Ask me about EnterpriseDB's Slony Replication support!

pgsql-general by date:

Previous
From: "Dennis Brakhane"
Date:
Subject: Can a stored procedure that creates a temp table be declared STABLE?
Next
From: mljv@planwerk6.de
Date:
Subject: File system level backup from 32bit to 64bit