pgsql: Fix brin regression test so it actually tests cidr. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix brin regression test so it actually tests cidr.
Date
Msg-id E1Z0ake-0001SI-3m@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Tighten the per-operator testing done in brin regression test.
Next
From: Tom Lane
Date:
Subject: pgsql: Second try at stabilizing query plans in rowsecurity regression