Обсуждение: pgsql: Fix brin regression test so it actually tests cidr.

Поиск
Список
Период
Сортировка

pgsql: Fix brin regression test so it actually tests cidr.

От
Tom Lane
Дата:
Fix brin regression test so it actually tests cidr.

The problem noted in my previous commit was simpler than I thought:
we weren't getting an index plan because the column wasn't indexed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1676e4381f48f7bf211f0965ad23abe10a683818

Modified Files
--------------
src/test/regress/expected/brin.out |   30 ++----------------------------
src/test/regress/sql/brin.sql      |    2 ++
2 files changed, 4 insertions(+), 28 deletions(-)