|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Data Structures | |
| struct | PLyPlanObject |
Typedefs | |
| typedef struct PLyPlanObject | PLyPlanObject |
Functions | |
| void | PLy_plan_init_type (void) |
| PyObject * | PLy_plan_new (void) |
| bool | is_PLyPlanObject (PyObject *ob) |
Definition at line 85 of file plpy_planobject.c.
References fb(), and PLy_PlanType.
Referenced by PLy_spi_execute().
Definition at line 56 of file plpy_planobject.c.
References elog, ERROR, fb(), PLy_PlanType, and PLyPlan_spec.
Referenced by PyInit_plpy().
Definition at line 64 of file plpy_planobject.c.
References fb(), and PLy_PlanType.
Referenced by PLy_spi_prepare().