1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-05 09:19:17 +03:00

Normalize _bt_findsplitloc() argument names.

Oversight in commit bc3087b626d.
This commit is contained in:
Peter Geoghegan 2020-05-05 14:42:10 -07:00
parent 18c117cc56
commit 0025a90f73

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