pgsql: Doc: Restructure B-Tree support routine docs. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Doc: Restructure B-Tree support routine docs.
Date
Msg-id E1j20Br-00030K-55@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove long-dead comments.
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: walreceiver uses a temporary replication slot by default