Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 187309b

Browse files
committed
Revert part of 3bdca3d commit
1 parent 617ae05 commit 187309b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/rumdatapage.c

+1-3
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-
else if (RumPageRightMost(page) ||
913-
/* Insert item in the end of the page */
914-
off > maxoff)
912+
else if (RumPageRightMost(page))
915913
/* force insertion of new item */
916914
cmp = 1;
917915
else if ((cmp = compareRumKey(btree->rumstate, btree->entryAttnum,

0 commit comments

Comments
 (0)