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

Function free_call

src/pl/plpgsql/src/pl_funcs.c:607–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607static void
608free_call(PLpgSQL_stmt_call *stmt)
609{
610 free_expr(stmt->expr);
611}
612
613static void
614free_commit(PLpgSQL_stmt_commit *stmt)

Callers 1

free_stmtFunction · 0.85

Calls 1

free_exprFunction · 0.85

Tested by

no test coverage detected