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

Function free_expr

src/pl/plpgsql/src/pl_funcs.c:714–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712}
713
714static void
715free_expr(PLpgSQL_expr *expr)
716{
717 if (expr && expr->plan)
718 {
719 SPI_freeplan(expr->plan);
720 expr->plan = NULL;
721 }
722}
723
724void
725plpgsql_free_function_memory(PLpgSQL_function *func)

Callers 15

free_assignFunction · 0.85
free_ifFunction · 0.85
free_caseFunction · 0.85
free_whileFunction · 0.85
free_foriFunction · 0.85
free_forsFunction · 0.85
free_forcFunction · 0.85
free_foreach_aFunction · 0.85
free_openFunction · 0.85
free_fetchFunction · 0.85
free_performFunction · 0.85
free_callFunction · 0.85

Calls 1

SPI_freeplanFunction · 0.85

Tested by

no test coverage detected