forked from huawei/openGauss-server
update src/gausskernel/runtime/executor/opfusion.cpp.
This commit is contained in:
parent
43fd81e96a
commit
30e066555e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue