Improve BRIN documentation somewhat

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

Commit: 38b03caebc5de44704567d8422f256c3e66b4784
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2015-07-20T10:16:40Z
Releases: 9.5.0
Improve BRIN documentation somewhat

This removes some info about support procedures being used, which was
obsoleted by commit db5f98ab4f, as well as add some more documentation
on how to create new opclasses using the Minmax infrastructure.
(Hopefully we can get something similar for Inclusion as well.)

In passing, fix some obsolete mentions of "mmtuples" in source code
comments.

Backpatch to 9.5, where BRIN was introduced.

Files

PathChange+/−
doc/src/sgml/brin.sgml modified +73 −8
src/backend/access/brin/brin.c modified +1 −1
src/backend/access/brin/brin_xlog.c modified +3 −3