mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
Normalize _bt_findsplitloc() argument names.
Oversight in commit bc3087b626.
This commit is contained in:
parent
18c117cc56
commit
0025a90f73
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue