pgsql: Add BTOPTIONS_PROC comments to nbtree.h.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add BTOPTIONS_PROC comments to nbtree.h.
Date: 2025-01-13 20:03:01
Message-ID: E1tXQeL-001M24-Gz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add BTOPTIONS_PROC comments to nbtree.h.

Add comments explaining the purpose of B-Tree support function 5 to
nbtree.h for consistency (all other support functions were already
described by nearby comments).

This fixes what was arguably an oversight in commit 911e702077, or in
follow-up doc commit 15cb2bd2 (which documented support function 5 in
btree.sgml, but neglected to add anything to nbtree.h).

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1c854eb8931a8ce2ba8e2cc4d0a209a45d836de5

Modified Files
--------------
src/include/access/nbtree.h | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2025-01-13 20:22:11 pgsql: Reorder vacuum GUCs in postgresql.conf.sample to match docs
Previous Message Melanie Plageman 2025-01-13 19:57:02 Re: pgsql: Consolidate docs for vacuum-related GUCs in new subsection