Fix BRIN operator family definitions

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 816e10d80033dd74b3b76fdfd84dffb767316c54
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2014-11-28T21:09:19Z
Releases: 9.5.0
Fix BRIN operator family definitions

The original definitions were leaving no room for cross-type operators,
so queries that compared a column of one type against something of a
different type were not taking advantage of the index.  Fix by making
the opfamilies more like the ones for Btree, and include a few
cross-type operator classes.

Catalog version bumped.

Per complaints from Hubert Lubaczewski, Mark Wong, Heikki Linnakangas.

Files