forked from huawei/openGauss-server
!1474 修复unique sql在bypass下,部分统计数据一直为0的问题
Merge pull request !1474 from gentle_hu/unisql
This commit is contained in:
commit
c9108aecf6
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue