Re: BUG #2341: Wrong results when using index

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2341: Wrong results when using index
Дата
Msg-id 8182.1142892604@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2341: Wrong results when using index  ("Slavcho Ivanov" <slavcho@gmail.com>)
Список pgsql-bugs
"Slavcho Ivanov" <slavcho@gmail.com> writes:
> The query was as simple as possible
>   "select * from data where "SensorID" = 18",
> and the result had a couple of rows where SensorID was NOT 18, but 3.

That's not too surprising if the index had gotten corrupted somehow,
but since you haven't provided any details that would let someone else
reproduce the problem, there's not much we can do with this report :-(

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problem in connection
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2342: Extremely bad performance on a specific query, compared to 7.4