@ -120,7 +120,7 @@ void UpdateFusion::InitBaseParam(List* targetList)
|
||||
break;
|
||||
}
|
||||
|
||||
res = (TargetEntry*)lfirst(lc);
|
||||
TargetEntry* res = (TargetEntry*)lfirst(lc);
|
||||
expr = res->expr;
|
||||
|
||||
while (IsA(expr, RelabelType)) {
|
||||
|
Reference in New Issue
Block a user