8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9becd commit 614cdeaCopy full SHA for 614cdea
src/include/access/nbtree.h
@@ -730,8 +730,8 @@ extern void _bt_parallel_advance_array_keys(IndexScanDesc scan);
730
*/
731
extern bool _bt_doinsert(Relation rel, IndexTuple itup,
732
IndexUniqueCheck checkUnique, Relation heapRel);
733
-extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child);
734
extern void _bt_finish_split(Relation rel, Buffer bbuf, BTStack stack);
+extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child);
735
736
/*
737
* prototypes for functions in nbtsplitloc.c
0 commit comments