Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 614cdea

Browse files
Reorder two nbtree.h function prototypes.
Make the function prototype order consistent with the definition order in nbtinsert.c.
1 parent 1b9becd commit 614cdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/nbtree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,8 @@ extern void _bt_parallel_advance_array_keys(IndexScanDesc scan);
730730
*/
731731
extern bool _bt_doinsert(Relation rel, IndexTuple itup,
732732
IndexUniqueCheck checkUnique, Relation heapRel);
733-
extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child);
734733
extern void _bt_finish_split(Relation rel, Buffer bbuf, BTStack stack);
734+
extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child);
735735

736736
/*
737737
* prototypes for functions in nbtsplitloc.c

0 commit comments

Comments
 (0)