#include "postgres.h"
#include "plpy_cursorobject.h"
#include "plpy_planobject.h"
#include "plpy_spi.h"
#include "plpy_util.h"
#include "utils/memutils.h"
Go to the source code of this file.
Definition at line 85 of file plpy_planobject.c.
References PLy_PlanType.
Referenced by PLy_spi_execute().
Definition at line 117 of file plpy_planobject.c.
References generate_unaccent_rules::args, and PLy_cursor_plan().
Definition at line 91 of file plpy_planobject.c.
References PLyPlanObject::mcxt, MemoryContextDelete(), PLyPlanObject::plan, and SPI_freeplan().
Definition at line 129 of file plpy_planobject.c.
References generate_unaccent_rules::args, sort-test::list, and PLy_spi_execute_plan().
Definition at line 56 of file plpy_planobject.c.
References elog, ERROR, PLy_PlanType, and PLyPlan_spec.
Referenced by PLy_init_plpy().
Definition at line 64 of file plpy_planobject.c.
References PLyPlanObject::args, PLyPlanObject::mcxt, PLyPlanObject::nargs, PLyPlanObject::plan, PLy_PlanType, and PLyPlanObject::types.
Referenced by PLy_spi_prepare().
Definition at line 142 of file plpy_planobject.c.
References generate_unaccent_rules::args.
Definition at line 20 of file plpy_planobject.c.
Definition at line 22 of file plpy_planobject.c.
Definition at line 53 of file plpy_planobject.c.
Referenced by is_PLyPlanObject(), PLy_plan_init_type(), and PLy_plan_new().
Definition at line 29 of file plpy_planobject.c.
Definition at line 45 of file plpy_planobject.c.
Referenced by PLy_plan_init_type().