MCPcopy Create free account
hub / github.com/apache/cloudberry / ExecReScanModifyTable

Function ExecReScanModifyTable

src/backend/executor/nodeModifyTable.c:3767–3775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3765}
3766
3767void
3768ExecReScanModifyTable(ModifyTableState *node)
3769{
3770 /*
3771 * Currently, we don't need to support rescan on ModifyTable nodes. The
3772 * semantics of that would be a bit debatable anyway.
3773 */
3774 elog(ERROR, "ExecReScanModifyTable is not implemented");
3775}
3776
3777/*
3778 * Node ModifyTableState's squelched is never set to true.

Callers 1

ExecReScanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected