fix sqlbypass fusionExecute

This commit is contained in:
gentle_hu 2022-01-17 16:58:49 +08:00
parent 90c8c63bdc
commit 2794535ca3
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)