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

Function PLy_procedure_is_trigger

src/pl/plpython/plpy_main.c:425–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423#endif /* PY_MAJOR_VERSION < 3 */
424
425static bool
426PLy_procedure_is_trigger(Form_pg_proc procStruct)
427{
428 return (procStruct->prorettype == TRIGGEROID);
429}
430
431static void
432plpython_error_callback(void *arg)

Callers 1

plpython_validatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected