Skip to content

Commit 5e2002a

Browse files
committed
fix handle_boolexpr()
1 parent ef33cf7 commit 5e2002a

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
@@ -1020,7 +1020,7 @@ handle_boolexpr(const BoolExpr *expr,
10201020
{
10211021
int totallen = irange_list_length(ranges);
10221022

1023-
foreach (lc, result->args)
1023+
foreach (lc, args)
10241024
{
10251025
WrapperNode *arg = (WrapperNode *) lfirst(lc);
10261026
int len = irange_list_length(arg->rangeset);

0 commit comments

Comments
 (0)