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

Appearance settings

Commit 614cdea

Browse filesBrowse 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
Copy full SHA for 614cdea

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/include/access/nbtree.h

Copy file name to clipboardExpand all lines: src/include/access/nbtree.h
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.