Commit 0025a90f authored by Peter Geoghegan's avatar Peter Geoghegan

Normalize _bt_findsplitloc() argument names.

Oversight in commit bc3087b6.
parent 18c117cc
...@@ -1050,7 +1050,7 @@ extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child); ...@@ -1050,7 +1050,7 @@ extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child);
/* /*
* prototypes for functions in nbtsplitloc.c * 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, OffsetNumber newitemoff, Size newitemsz, IndexTuple newitem,
bool *newitemonleft); bool *newitemonleft);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment