Re: inet regression test

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: inet regression test
Дата
Msg-id 20476.1042662163@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: inet regression test  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-hackers
Rod Taylor <rbt@rbt.ca> writes:
>  Index Scan using inet_idx1 on inet_tbl  (cost=3D0.00..4.68 rows=3D7
> width=3D64)
>    Index Cond: ((i > '192.168.1.0/24'::inet) AND (i <=3D
> '192.168.1.255'::inet))
>    Filter: (i << '192.168.1.0/24'::inet)
> (3 rows)

That's the expected plan ...

> regression=3D# select * from inet_tbl where i<<'192.168.1.0/24'::cidr;
>        c        |        i        =20
> ----------------+------------------
>  192.168.1.0/24 | 192.168.1.0/25
>  192.168.1.0/24 | 192.168.1.255/25
>  192.168.1.0/24 | 192.168.1.226
> (3 rows)

... and that's the expected result.  So why'd you get a different result
while running the regression test?  Curiouser and curiouser...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: inet regression test
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: copying perms to another user