mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Reorder two nbtree.h function prototypes.
Make the function prototype order consistent with the definition order in nbtinsert.c.
This commit is contained in:
parent
1b9becd43c
commit
614cdeaa89
@ -730,8 +730,8 @@ extern void _bt_parallel_advance_array_keys(IndexScanDesc scan);
|
|||||||
*/
|
*/
|
||||||
extern bool _bt_doinsert(Relation rel, IndexTuple itup,
|
extern bool _bt_doinsert(Relation rel, IndexTuple itup,
|
||||||
IndexUniqueCheck checkUnique, Relation heapRel);
|
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 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
|
* prototypes for functions in nbtsplitloc.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user