Re: Index trouble with 8.3b4

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Hannes Dorbath" <light(at)theendofthetunnel(dot)de>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Index trouble with 8.3b4
Date: 2008-01-07 15:18:46
Message-ID: 873at97jft.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)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!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message mljv 2008-01-07 15:31:40 File system level backup from 32bit to 64bit
Previous Message Dennis Brakhane 2008-01-07 15:01:21 Can a stored procedure that creates a temp table be declared STABLE?

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Sullivan 2008-01-07 15:41:46 Re: Dynamic Partitioning using Segment Visibility Maps
Previous Message Kevin Grittner 2008-01-07 15:01:50 Re: OUTER JOIN performance regression remains in 8.3beta4