pgsql: Improve BRIN documentation somewhat

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve BRIN documentation somewhat
Date: 2015-07-20 10:17:41
Message-ID: E1ZH88j-0004ap-NV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/38b03caebc5de44704567d8422f256c3e66b4784

Modified Files
--------------
doc/src/sgml/brin.sgml | 81 +++++++++++++++++++++++++++++++----
src/backend/access/brin/brin.c | 2 +-
src/backend/access/brin/brin_xlog.c | 6 +--
3 files changed, 77 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-07-20 11:02:22 Re: [COMMITTERS] pgsql: Improve BRIN documentation somewhat
Previous Message Alvaro Herrera 2015-07-20 10:00:31 pgsql: Fix mis-merge in previous commit