Improve BRIN documentation somewhat

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

Commit: 8d9073692430a222939e7f2e436c80f0c271f116
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2015-07-20T10:16:40Z
Releases: 9.6.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

Documentation touched