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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix brin regression test so it actually tests cidr.
Date: 2015-06-04 19:24:28
Message-ID: E1Z0ake-0001SI-3m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-06-04 20:46:45 pgsql: Second try at stabilizing query plans in rowsecurity regression
Previous Message Tom Lane 2015-06-04 18:39:56 pgsql: Tighten the per-operator testing done in brin regression test.