Fix brin regression test so it actually tests cidr.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1676e4381f48f7bf211f0965ad23abe10a683818
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-06-04T19:24:22Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/test/regress/expected/brin.out modified +2 −28
src/test/regress/sql/brin.sql modified +2 −0