Re: Another Ltree/GiST problem - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Another Ltree/GiST problem
Date
Msg-id 44D7707C.3010004@sigaev.ru
Whole thread Raw
In response to Another Ltree/GiST problem  (Mario Weilguni <mweilguni@sime.com>)
Responses Re: Another Ltree/GiST problem
List pgsql-hackers
> Reindexing the index also fixes the problem, but regular reindexing cannot be a solution, since there is still a
timeframewhere wrong results are returned.
 
> I've made a copy of the index-file when it was broken, after the update and after reindexing. Is there a tool for
gettinga human-readable dump of the index?
 

You can play with gevel module
http://www.sai.msu.su/~megera/postgres/gist/
http://www.sai.msu.su/~megera/postgres/gist/gevel/README.gevel

> 
> Using PostgreSQL 8.1.4 with ltree version from CVS (since there's another bug fixed in CVS). Problem occurs on a 2
nodecluster of 2 Quad-CPU system (Xeon, 2 physical CPU's, 2 hyperthreading), one node running the database, the other
onethe webserver.
 
> 
> Any ideas?

Oops, wait a bit: problem is founded in gist_between() call.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Lukas Smith
Date:
Subject: Re: 8.2 features status
Next
From: "Jim C. Nasby"
Date:
Subject: Re: pg_upgrade (was: 8.2 features status)