pgsql: Doc: Restructure B-Tree support routine docs.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Restructure B-Tree support routine docs.
Date: 2020-02-12 22:09:03
Message-ID: E1j20Br-00030K-55@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Restructure B-Tree support routine docs.

Use a top-level "variablelist", with one item per B-Tree support
function. This structure matches the structure used by various
"Extensibility" sections in other documentation chapters for other index
access methods.

An explicit list makes it much clearer where each item begins and ends.
This wasn't really a problem before now, but an upcoming patch that adds
deduplication to nbtree will need to have its own new B-Tree support
function. Ease the burden of translators by tidying up btree.sgml ahead
of committing the deduplication patch.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/btree.sgml | 420 ++++++++++++++++++++++++++----------------------
1 file changed, 225 insertions(+), 195 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-02-13 07:48:21 Re: pgsql: walreceiver uses a temporary replication slot by default
Previous Message Tom Lane 2020-02-12 19:34:08 pgsql: Remove long-dead comments.