update src/gausskernel/runtime/executor/opfusion.cpp.

This commit is contained in:
maxiang 2021-04-21 11:13:02 +08:00 committed by zhaowenhao
parent 43fd81e96a
commit 30e066555e
1 changed files with 1 additions and 0 deletions

View File

@ -1940,6 +1940,7 @@ bool DeleteFusion::execute(long max_rows, char* completionTag)
********************************/
HeapTuple oldtup = NULL;
unsigned long nprocessed = 0;
m_tupDesc = RelationGetDescr(rel);
while ((oldtup = m_scan->getTuple()) != NULL) {
TM_Result result;