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

Function free_assign

src/pl/plpgsql/src/pl_funcs.c:494–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494static void
495free_assign(PLpgSQL_stmt_assign *stmt)
496{
497 free_expr(stmt->expr);
498}
499
500static void
501free_if(PLpgSQL_stmt_if *stmt)

Callers 1

free_stmtFunction · 0.85

Calls 1

free_exprFunction · 0.85

Tested by

no test coverage detected