Re: BUG #5738: btree index search bug - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5738: btree index search bug
Date
Msg-id 1761.1288621602@sss.pgh.pa.us
Whole thread Raw
In response to BUG #5738: btree index search bug  ("spche" <spche@163.com>)
List pgsql-bugs
"spche" <spche@163.com> writes:
> Description:        btree index search bug

I see no bug here.  The cursor is opened at a time when there is one
row with a=3, so it can find only that one row because of its snapshot.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "spche"
Date:
Subject: BUG #5738: btree index search bug
Next
From: "Kevin Grittner"
Date:
Subject: index on function confuses drop table cascade on child