Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Structures | Typedefs | Functions | Variables

plpy_main.h File Reference

#include "plpy_procedure.h"
Include dependency graph for plpy_main.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  PLyExecutionContext

Typedefs

typedef struct PLyExecutionContext PLyExecutionContext

Functions

PLyExecutionContextPLy_current_execution_context (void)

Variables

PyObject * PLy_interp_globals

Typedef Documentation


Function Documentation

PLyExecutionContext* PLy_current_execution_context ( void   ) 

Variable Documentation

PyObject* PLy_interp_globals

Definition at line 78 of file plpy_main.c.

Referenced by PLy_init_interp(), and PLy_procedure_compile().