!4525 解决openGauss编译问题

Merge pull request !4525 from 吴岳川/compile
This commit is contained in:
opengauss_bot
2023-11-30 03:52:31 +00:00
committed by Gitee

View File

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