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

Function free_perform

src/pl/plpgsql/src/pl_funcs.c:601–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601static void
602free_perform(PLpgSQL_stmt_perform *stmt)
603{
604 free_expr(stmt->expr);
605}
606
607static void
608free_call(PLpgSQL_stmt_call *stmt)

Callers 1

free_stmtFunction · 0.85

Calls 1

free_exprFunction · 0.85

Tested by

no test coverage detected