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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
