projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c117c
)
Normalize _bt_findsplitloc() argument names.
author
Peter Geoghegan
Tue, 5 May 2020 21:42:10 +0000
(14:42 -0700)
committer
Peter Geoghegan
Tue, 5 May 2020 21:42:10 +0000
(14:42 -0700)
Oversight in commit
bc3087b626d
.
src/include/access/nbtree.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/nbtree.h
b/src/include/access/nbtree.h
index 44a472d76b6b24cf20e14b14659409b9b35a63a4..4e2b056b5456136df280ddacb1e7d329126b9f32 100644
(file)
--- a/
src/include/access/nbtree.h
+++ b/
src/include/access/nbtree.h
@@
-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
orig
page,
OffsetNumber newitemoff, Size newitemsz, IndexTuple newitem,
bool *newitemonleft);