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

Commit187309b

Browse files
committed
Revert part of3bdca3d commit
1 parent617ae05 commit187309b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/rumdatapage.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -909,9 +909,7 @@ dataPlaceToPage(RumBtree btree, Page page, OffsetNumber off)
909909
if (stopAppend)
910910
/* there is no free space on page */
911911
break;
912-
elseif (RumPageRightMost(page)||
913-
/* Insert item in the end of the page */
914-
off>maxoff)
912+
elseif (RumPageRightMost(page))
915913
/* force insertion of new item */
916914
cmp=1;
917915
elseif ((cmp=compareRumKey(btree->rumstate,btree->entryAttnum,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp