Skip to content

Commit 614cdea

Browse files
Reorder two nbtree.h function prototypes.
Make the function prototype order consistent with the definition order in nbtinsert.c.
1 parent 1b9becd commit 614cdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/nbtree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,8 @@ extern void _bt_parallel_advance_array_keys(IndexScanDesc scan);
730730
*/
731731
extern bool _bt_doinsert(Relation rel, IndexTuple itup,
732732
IndexUniqueCheck checkUnique, Relation heapRel);
733-
extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child);
734733
extern void _bt_finish_split(Relation rel, Buffer bbuf, BTStack stack);
734+
extern Buffer _bt_getstackbuf(Relation rel, BTStack stack, BlockNumber child);
735735

736736
/*
737737
* prototypes for functions in nbtsplitloc.c

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy