!1474 修复unique sql在bypass下,部分统计数据一直为0的问题

Merge pull request !1474 from gentle_hu/unisql
This commit is contained in:
opengauss-bot
2022-01-18 12:46:50 +00:00
committed by Gitee

View File

@ -471,6 +471,8 @@ void OpFusion::fusionExecute(StringInfo msg, char *completionTag, bool isTopLeve
PG_RE_THROW();
}
PG_END_TRY();
UpdateSingleNodeByPassUniqueSQLStat(isTopLevel);
}
bool OpFusion::process(int op, StringInfo msg, char *completionTag, bool isTopLevel, bool *isQueryCompleted)