mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Normalize _bt_findsplitloc() argument names.
Oversight in commit bc3087b626
.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user