Re: Deadlock with tsearch2 index ...

Christopher Kings-Lynne <chriskl@familyhealth.com.au>

From: Christopher Kings-Lynne <chriskl@familyhealth.com.au>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: "Marc G. Fournier" <scrappy@postgresql.org>, pgsql-hackers@postgresql.org
Date: 2005-06-01T01:30:25Z
Lists: pgsql-hackers
> The real solution is to upgrade GIST to be concurrent.  Oleg and Teodor
> have made some noises about that in the past, but nothing's been done
> about it that I've heard of.

This whole GiST concurrency think really needs to be looked at :(  There 
is so much cool stuff that can be done with it, and now that there are 
som fantastic uses of it, such as tsearch2 and pg_trgm, people are 
starting to run into these walls :(

WAL logging would also be nice, especially since Tom mentioned in the 
manual that it was just a Small Matter Of Programming :D

Chris