I found a few bugs on the selectivity estimation function for
the range types, rangesel() for empty ranges.
# create table a (b int4range);
CREATE TABLE
# select * from a where b < 'empty';
ERROR: unexpected operator 3884
# select * from a where b >= 'empty';
ERROR: unexpected operator 3886
Patch attached.
Чтобы сделать работу с сайтом удобнее, мы используем cookie и аналитический сервис «Яндекс.Метрика». Продолжая пользоваться сайтом, вы соглашаетесь с их использованием.