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

Function plpgsql_ns_init

src/pl/plpgsql/src/pl_funcs.c:42–46  ·  view source on GitHub ↗

---------- * plpgsql_ns_init Initialize namespace processing for a new function * ---------- */

Source from the content-addressed store, hash-verified

40 * ----------
41 */
42void
43plpgsql_ns_init(void)
44{
45 ns_top = NULL;
46}
47
48
49/* ----------

Callers 2

do_compileFunction · 0.85
plpgsql_compile_inlineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected