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

Function free_fetch

src/pl/plpgsql/src/pl_funcs.c:590–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590static void
591free_fetch(PLpgSQL_stmt_fetch *stmt)
592{
593 free_expr(stmt->expr);
594}
595
596static void
597free_close(PLpgSQL_stmt_close *stmt)

Callers 1

free_stmtFunction · 0.85

Calls 1

free_exprFunction · 0.85

Tested by

no test coverage detected