From: Peter Geoghegan Date: Thu, 12 Sep 2019 16:59:16 +0000 (-0700) Subject: Reorder two nbtree.h function prototypes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=614cdeaa8908f69ab0b97b688e9785147575c01f;p=postgresql Reorder two nbtree.h function prototypes. Make the function prototype order consistent with the definition order in nbtinsert.c. --- diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h index 52eafe6b00..4a80e84aa7 100644 --- 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