Re: BUG #5738: btree index search bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5738: btree index search bug
Дата
Msg-id 1761.1288621602@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5738: btree index search bug  ("spche" <spche@163.com>)
Список 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 по дате отправления:

Предыдущее
От: "spche"
Дата:
Сообщение: BUG #5738: btree index search bug
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: index on function confuses drop table cascade on child