解决openGauss编译问题

This commit is contained in:
wuyuechuan
2023-11-30 10:00:51 +08:00
parent 8ba4931cb4
commit ca69a39b0a

View File

@ -121,7 +121,7 @@ void UpdateFusion::InitBaseParam(List* targetList)
break;
}
res = (TargetEntry*)lfirst(lc);
TargetEntry* res = (TargetEntry*)lfirst(lc);
expr = res->expr;
while (IsA(expr, RelabelType)) {