!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
commit c9108aecf6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 0 deletions

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)