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

Commit9c50372

Browse files
committed
Fix condition ine9e441c
Comment is right, but if - not.
1 parent62b5cd2 commit9c50372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/bloom/blvacuum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ blbulkdelete(IndexVacuumInfo *info, IndexBulkDeleteResult *stats,
112112
* Add page to notFullPage list if we will not mark page as deleted and
113113
* there is a free space on it
114114
*/
115-
if (BloomPageGetMaxOffset(page)==0&&
115+
if (BloomPageGetMaxOffset(page)!=0&&
116116
BloomPageGetFreeSpace(&state,page)>state.sizeOfBloomTuple&&
117117
countPage<BloomMetaBlockN)
118118
notFullPage[countPage++]=blkno;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp