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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix brin regression test so it actually tests cidr.
Дата
Msg-id E1Z0ake-0001SI-3m@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Tighten the per-operator testing done in brin regression test.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Second try at stabilizing query plans in rowsecurity regression