Normalize _bt_finish_split() argument names.

Make a function prototype argument's name match the function
definition's argument name.
This commit is contained in:
Peter Geoghegan 2019-12-22 20:07:45 -08:00
parent fe97c61c87
commit 696cc3a0ca

View 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);
/*