]> granicus.if.org Git - postgresql/commit
Improve BRIN documentation somewhat
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 20 Jul 2015 10:16:40 +0000 (12:16 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 20 Jul 2015 10:16:40 +0000 (12:16 +0200)
commit38b03caebc5de44704567d8422f256c3e66b4784
tree41a1375e8d6f318f9ce22e62f0cd7f200e145abc
parentb2f01a731647b84d7c88d2028e8dc7be5599740f
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.
doc/src/sgml/brin.sgml
src/backend/access/brin/brin.c
src/backend/access/brin/brin_xlog.c