Re: BUG #9817: Broken index detection in case of functions with variadic array parameters

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #9817: Broken index detection in case of functions with variadic array parameters
Дата
Msg-id 22002.1396577064@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #9817: Broken index detection in case of functions with variadic array parameters  (dmitry-ryabov@mail.ru)
Список pgsql-bugs
dmitry-ryabov@mail.ru writes:
> -- BUG! index scan isn't used
> select * from test where test_value_func(value, 'a', 'b') > 60;
> -- index scan used
> select * from test where test_value_func(value, VARIADIC ARRAY['a'::text,
> 'b'::text])>60

I've committed a fix for this.  Thanks for the report!

            regards, tom lane

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

Предыдущее
От: bricklen
Дата:
Сообщение: Re: BUG #9833: daterange is not utilizing index correctly
Следующее
От: harukat@sraoss.co.jp
Дата:
Сообщение: BUG #9849: walreceiver's DEBUG message reports wrong timestamp