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:
parent
18c117cc56
commit
0025a90f73
@ -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…
x
Reference in New Issue
Block a user