Skip to content

Commit 696cc3a

Browse files
Normalize _bt_finish_split() argument names.
Make a function prototype argument's name match the function definition's argument name.
1 parent fe97c61 commit 696cc3a

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
@@ -748,7 +748,7 @@ extern void _bt_parallel_advance_array_keys(IndexScanDesc scan);
748748
*/
749749
extern bool _bt_doinsert(Relation rel, IndexTuple itup,
750750
IndexUniqueCheck checkUnique, Relation heapRel);
751-
extern void _bt_finish_split(Relation rel, Buffer bbuf, BTStack stack);
751+
extern void _bt_finish_split(Relation rel, Buffer lbuf, BTStack stack);
752752
extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child);
753753

754754
/*

0 commit comments

Comments
 (0)