mirror of https://github.com/citusdata/citus.git
commandcounterincrement for utility
parent
3f3638c1a9
commit
6fd20cb5c3
|
@ -2026,6 +2026,13 @@ ColumnarProcessUtility(PlannedStmt *pstmt,
|
||||||
params, queryEnv, dest, completionTag);
|
params, queryEnv, dest, completionTag);
|
||||||
|
|
||||||
ColumnarExecLevelPop();
|
ColumnarExecLevelPop();
|
||||||
|
|
||||||
|
/*
|
||||||
|
* The command counter was already incremented by
|
||||||
|
* standard_ProcessUtility(), but we need to do so again in case any
|
||||||
|
* additional writes were performed by ColumnarExecLevelPop().
|
||||||
|
*/
|
||||||
|
CommandCounterIncrement();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue