Re: BUG #14210: filter by "=" constraint doesn't work when hash index is present on a column

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #14210: filter by "=" constraint doesn't work when hash index is present on a column
Дата
Msg-id 30648.1466701447@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #14210: filter by "=" constraint doesn't work when hash index is present on a column  (danielnewman@umich.edu)
Ответы Re: BUG #14210: filter by "=" constraint doesn't work when hash index is present on a column  (Daniel Newman <dtnewman@gmail.com>)
Список pgsql-bugs
danielnewman@umich.edu writes:
> When I run the query `select * from hash_issue_table where hash_issue_column
> like '2184';` I get 701 results. When I run the query
> When I run the query `select * from hash_issue_table where hash_issue_column
> = '2184';`, I get 0 results. However, if I drop the hash index and rerun the
> second query, I get the same results.

Sounds like a corrupted hash index to me; which is not terribly surprising
given hash indexes' lack of WAL support.  Can you reproduce this after
rebuilding the hash index?

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: about and feature matrix on site
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: about and feature matrix on site