aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Geoghegan <pg@bowt.ie>2019-09-12 09:59:16 -0700
committerPeter Geoghegan <pg@bowt.ie>2019-09-12 09:59:16 -0700
commit614cdeaa8908f69ab0b97b688e9785147575c01f (patch)
tree10f5b562eb0da85a27d64e46c1e943d69982fa12 /src
parent1b9becd43ccb7d48243882c021738c60d32c55aa (diff)
downloadpostgresql-614cdeaa8908f69ab0b97b688e9785147575c01f.tar.gz
postgresql-614cdeaa8908f69ab0b97b688e9785147575c01f.zip
Reorder two nbtree.h function prototypes.
Make the function prototype order consistent with the definition order in nbtinsert.c.
Diffstat (limited to 'src')
-rw-r--r--src/include/access/nbtree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/nbtree.h b/src/include/access/nbtree.h
index 52eafe6b000..4a80e84aa74 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