Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c854eb

Browse files
Add BTOPTIONS_PROC comments to nbtree.h.
Add comments explaining the purpose of B-Tree support function 5 tonbtree.h for consistency (all other support functions were alreadydescribed by nearby comments).This fixes what was arguably an oversight in commit911e702, or infollow-up doc commit15cb2bd (which documented support function 5 inbtree.sgml, but neglected to add anything to nbtree.h).
1 parent597b1ff commit1c854eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/include/access/nbtree.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,11 @@ BTreeTupleGetMaxHeapTID(IndexTuple itup)
702702
*To facilitate B-Tree deduplication, an operator class may choose to
703703
*offer a forth amproc procedure (BTEQUALIMAGE_PROC). For full details,
704704
*see doc/src/sgml/btree.sgml.
705+
*
706+
*An operator class may choose to offer a fifth amproc procedure
707+
*(BTOPTIONS_PROC). These procedures define a set of user-visible
708+
*parameters that can be used to control operator class behavior. None of
709+
*the built-in B-Tree operator classes currently register an "options" proc.
705710
*/
706711

707712
#defineBTORDER_PROC1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp