]> granicus.if.org Git - postgresql/commitdiff
Reorder two nbtree.h function prototypes.
authorPeter Geoghegan <pg@bowt.ie>
Thu, 12 Sep 2019 16:59:16 +0000 (09:59 -0700)
committerPeter Geoghegan <pg@bowt.ie>
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

index 52eafe6b00066e2a0c0a2a5ab2fc66c478a14de4..4a80e84aa748d7d3d848608e89ce67f7e1584add 100644 (file)
@@ -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