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

Function plpgsql_ns_push

src/pl/plpgsql/src/pl_funcs.c:53–59  ·  view source on GitHub ↗

---------- * plpgsql_ns_push Create a new namespace level * ---------- */

Source from the content-addressed store, hash-verified

51 * ----------
52 */
53void
54plpgsql_ns_push(const char *label, PLpgSQL_label_type label_type)
55{
56 if (label == NULL)
57 label = "";
58 plpgsql_ns_additem(PLPGSQL_NSTYPE_LABEL, (int) label_type, label);
59}
60
61
62/* ----------

Callers 2

do_compileFunction · 0.85
plpgsql_compile_inlineFunction · 0.85

Calls 1

plpgsql_ns_additemFunction · 0.85

Tested by

no test coverage detected