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

Commitfa1429e

Browse files
committed
fix bogus coding in handle_boolexpr()
1 parent1823fbb commitfa1429e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/pg_pathman.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ handle_boolexpr(const BoolExpr *expr, WalkerContext *context)
14741474
default:
14751475
result->rangeset=list_make1_irange(make_irange(0,
14761476
PrelLastChild(prel),
1477-
IR_COMPLETE));
1477+
IR_LOSSY));
14781478
break;
14791479
}
14801480
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp