Normalize _bt_findsplitloc() argument names.
authorPeter Geoghegan
Tue, 5 May 2020 21:42:10 +0000 (14:42 -0700)
committerPeter Geoghegan
Tue, 5 May 2020 21:42:10 +0000 (14:42 -0700)
Oversight in commit bc3087b626d.

src/include/access/nbtree.h

index 44a472d76b6b24cf20e14b14659409b9b35a63a4..4e2b056b5456136df280ddacb1e7d329126b9f32 100644 (file)
@@ -1050,7 +1050,7 @@ extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child);
 /*
  * prototypes for functions in nbtsplitloc.c
  */
-extern OffsetNumber _bt_findsplitloc(Relation rel, Page page,
+extern OffsetNumber _bt_findsplitloc(Relation rel, Page origpage,
                                     OffsetNumber newitemoff, Size newitemsz, IndexTuple newitem,
                                     bool *newitemonleft);