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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: Merge separate chapters on built-in index AMs into one.
Date: 2024-04-05 14:37:37
Message-ID: E1rskhE-000doV-KK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-04-05 14:58:44 pgsql: Suppress "variable may be used uninitialized" warning.
Previous Message Tomas Vondra 2024-04-05 14:30:16 pgsql: Align blocks in incremental backups to BLCKSZ