Re: Index trouble with 8.3b4

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Index trouble with 8.3b4
Дата
Msg-id 873at97jft.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Index trouble with 8.3b4  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Dennis Brakhane"
Дата:
Сообщение: Can a stored procedure that creates a temp table be declared STABLE?
Следующее
От: mljv@planwerk6.de
Дата:
Сообщение: File system level backup from 32bit to 64bit