We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe97c61 commit 696cc3aCopy full SHA for 696cc3a
src/include/access/nbtree.h
@@ -748,7 +748,7 @@ extern void _bt_parallel_advance_array_keys(IndexScanDesc scan);
748
*/
749
extern bool _bt_doinsert(Relation rel, IndexTuple itup,
750
IndexUniqueCheck checkUnique, Relation heapRel);
751
-extern void _bt_finish_split(Relation rel, Buffer bbuf, BTStack stack);
+extern void _bt_finish_split(Relation rel, Buffer lbuf, BTStack stack);
752
extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child);
753
754
/*
0 commit comments