Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit614cdea

Browse files
Reorder two nbtree.h function prototypes.
Make the function prototype order consistent with the definition orderin nbtinsert.c.
1 parent1b9becd commit614cdea

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
externbool_bt_doinsert(Relationrel,IndexTupleitup,
732732
IndexUniqueCheckcheckUnique,RelationheapRel);
733-
externBuffer_bt_getstackbuf(Relationrel,BTStackstack,BlockNumberchild);
734733
externvoid_bt_finish_split(Relationrel,Bufferbbuf,BTStackstack);
734+
externBuffer_bt_getstackbuf(Relationrel,BTStackstack,BlockNumberchild);
735735

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp