]> 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)
commit8d9073692430a222939e7f2e436c80f0c271f116
tree785c30230da7c5f5f0840badfe334e4f853ae8ce
parentb7ca57ac0e80b8b511780ef1f19fa2124c901efb
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