Skip to content

Commit fa1429e

Browse files
committed
fix bogus coding in handle_boolexpr()
1 parent 1823fbb commit fa1429e

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)