Normalize _bt_finish_split() argument names.
authorPeter Geoghegan <[email protected]>
Mon, 23 Dec 2019 04:07:45 +0000 (20:07 -0800)
committerPeter Geoghegan <[email protected]>
Mon, 23 Dec 2019 04:07:45 +0000 (20:07 -0800)
Make a function prototype argument's name match the function
definition's argument name.

src/include/access/nbtree.h

index ef1eba060265378887778da6c35db28a14c9b810..5e56aac63f3dc41c833a4746c90cb63a684a6088 100644 (file)
@@ -748,7 +748,7 @@ extern void _bt_parallel_advance_array_keys(IndexScanDesc scan);
  */
 extern bool _bt_doinsert(Relation rel, IndexTuple itup,
                                                 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);
 
 /*