Re: Possible bug in update? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Possible bug in update?
Date
Msg-id 9647.1062077014@sss.pgh.pa.us
Whole thread Raw
In response to Possible bug in update?  (Markus Kräutner <kraeutne@in.tum.de>)
List pgsql-hackers
Markus Kräutner <kraeutne@in.tum.de> writes:
> I managed to construct a sample script which also fails in psql. It seems to 
> be the hash index. If I leave out the "create index" line or use btree 
> instead everything works fine.
> I will use btree now :)

Good idea ;-).  I'll look into it, but I'm not at all surprised to hear
of bugs in the hash-index code.  It's not gotten near as much usage as
btree.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: new version of tsearch2
Next
From: Dave Cramer
Date:
Subject: Re: suspicous looking code in copy.c