Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a412f46

Browse files
Reorder two nbtree.h function prototypes.
Make the function prototype order consistent with the definition order in nbtpage.c.
1 parent 4d02eb0 commit a412f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/access/nbtree.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -776,10 +776,10 @@ extern Buffer _bt_relandgetbuf(Relation rel, Buffer obuf,
776776
extern void _bt_relbuf(Relation rel, Buffer buf);
777777
extern void _bt_pageinit(Page page, Size size);
778778
extern bool _bt_page_recyclable(Page page);
779-
extern void _bt_delitems_delete(Relation rel, Buffer buf,
780-
OffsetNumber *itemnos, int nitems, Relation heapRel);
781779
extern void _bt_delitems_vacuum(Relation rel, Buffer buf,
782780
OffsetNumber *deletable, int ndeletable);
781+
extern void _bt_delitems_delete(Relation rel, Buffer buf,
782+
OffsetNumber *itemnos, int nitems, Relation heapRel);
783783
extern int _bt_pagedel(Relation rel, Buffer buf);
784784

785785
/*

0 commit comments

Comments
 (0)