Normalize _bt_finish_split() argument names.

Make a function prototype argument's name match the function
definition's argument name.
pull/48/head
Peter Geoghegan 6 years ago
parent fe97c61c87
commit 696cc3a0ca
  1. 2
      src/include/access/nbtree.h

@ -748,7 +748,7 @@ extern void _bt_parallel_advance_array_keys(IndexScanDesc scan);
*/ */
extern bool _bt_doinsert(Relation rel, IndexTuple itup, extern bool _bt_doinsert(Relation rel, IndexTuple itup,
IndexUniqueCheck checkUnique, Relation heapRel); IndexUniqueCheck checkUnique, Relation heapRel);
extern void _bt_finish_split(Relation rel, Buffer bbuf, BTStack stack); extern void _bt_finish_split(Relation rel, Buffer lbuf, BTStack stack);
extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child); extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child);
/* /*

Loading…
Cancel
Save