pgsql: docs: Merge separate chapters on built-in index AMs into one. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: docs: Merge separate chapters on built-in index AMs into one.
Date
Msg-id E1rskhE-000doV-KK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
docs: Merge separate chapters on built-in index AMs into one.

The documentation index is getting very long, which makes it hard
to find things. Since these chapters are all very similar in structure
and content, merging them is a natural way of reducing the size of
the toplevel index.

Rather than actually combining all of the SGML into a single file,
keep one file per <sect1>, and add a glue file that includes all
of them.

Discussion: http://postgr.es/m/CA+Tgmob7_uoYuS2=rVwpVXaRwP-UXz+++saYTC-BCZ42QzSNKQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fe8eaa54420cbb384bd5ad179495bb9774b6b48f

Modified Files
--------------
doc/src/sgml/brin.sgml       | 22 +++++++++++-----------
doc/src/sgml/btree.sgml      | 32 ++++++++++++++++----------------
doc/src/sgml/filelist.sgml   |  1 +
doc/src/sgml/gin.sgml        | 40 ++++++++++++++++++++--------------------
doc/src/sgml/gist.sgml       | 28 ++++++++++++++--------------
doc/src/sgml/hash.sgml       | 12 ++++++------
doc/src/sgml/indextypes.sgml | 13 +++++++++++++
doc/src/sgml/postgres.sgml   |  7 +------
doc/src/sgml/spgist.sgml     | 36 ++++++++++++++++++------------------
9 files changed, 100 insertions(+), 91 deletions(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Align blocks in incremental backups to BLCKSZ
Next
From: Tom Lane
Date:
Subject: [MASSMAIL]pgsql: Suppress "variable may be used uninitialized" warning.