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

Function plpython2_validator

src/pl/plpython/plpy_main.c:253–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251
252#if PY_MAJOR_VERSION < 3
253Datum
254plpython2_validator(PG_FUNCTION_ARGS)
255{
256 /* call plpython validator with our fcinfo so it gets our oid */
257 return plpython_validator(fcinfo);
258}
259#endif /* PY_MAJOR_VERSION < 3 */
260
261Datum

Callers

nothing calls this directly

Calls 1

plpython_validatorFunction · 0.85

Tested by

no test coverage detected