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

Commit696cc3a

Browse files
Normalize _bt_finish_split() argument names.
Make a function prototype argument's name match the functiondefinition's argument name.
1 parentfe97c61 commit696cc3a

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
@@ -748,7 +748,7 @@ extern void _bt_parallel_advance_array_keys(IndexScanDesc scan);
748748
*/
749749
externbool_bt_doinsert(Relationrel,IndexTupleitup,
750750
IndexUniqueCheckcheckUnique,RelationheapRel);
751-
externvoid_bt_finish_split(Relationrel,Bufferbbuf,BTStackstack);
751+
externvoid_bt_finish_split(Relationrel,Bufferlbuf,BTStackstack);
752752
externBuffer_bt_getstackbuf(Relationrel,BTStackstack,BlockNumberchild);
753753

754754
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp