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

Function ExecEndLockRows

src/backend/executor/nodeLockRows.c:385–391  ·  view source on GitHub ↗

---------------------------------------------------------------- * ExecEndLockRows * * This shuts down the subplan and frees resources allocated * to this node. * ---------------------------------------------------------------- */

Source from the content-addressed store, hash-verified

383 * ----------------------------------------------------------------
384 */
385void
386ExecEndLockRows(LockRowsState *node)
387{
388 /* We may have shut down EPQ already, but no harm in another call */
389 EvalPlanQualEnd(&node->lr_epqstate);
390 ExecEndNode(outerPlanState(node));
391}
392
393
394void

Callers 1

ExecEndNodeFunction · 0.85

Calls 2

EvalPlanQualEndFunction · 0.85
ExecEndNodeFunction · 0.85

Tested by

no test coverage detected