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

Function free_exit

src/pl/plpgsql/src/pl_funcs.c:623–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623static void
624free_exit(PLpgSQL_stmt_exit *stmt)
625{
626 free_expr(stmt->cond);
627}
628
629static void
630free_return(PLpgSQL_stmt_return *stmt)

Callers 1

free_stmtFunction · 0.85

Calls 1

free_exprFunction · 0.85

Tested by

no test coverage detected