projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b9becd
)
Reorder two nbtree.h function prototypes.
author
Peter Geoghegan
<
[email protected]
>
Thu, 12 Sep 2019 16:59:16 +0000
(09:59 -0700)
committer
Peter Geoghegan
<
[email protected]
>
Thu, 12 Sep 2019 16:59:16 +0000
(09:59 -0700)
Make the function prototype order consistent with the definition order
in nbtinsert.c.
src/include/access/nbtree.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/nbtree.h
b/src/include/access/nbtree.h
index 52eafe6b00066e2a0c0a2a5ab2fc66c478a14de4..4a80e84aa748d7d3d848608e89ce67f7e1584add 100644
(file)
--- a/
src/include/access/nbtree.h
+++ b/
src/include/access/nbtree.h
@@
-730,8
+730,8
@@
extern void _bt_parallel_advance_array_keys(IndexScanDesc scan);
*/
extern bool _bt_doinsert(Relation rel, IndexTuple itup,
IndexUniqueCheck checkUnique, Relation heapRel);
-extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child);
extern void _bt_finish_split(Relation rel, Buffer bbuf, BTStack stack);
+extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child);
/*
* prototypes for functions in nbtsplitloc.c