PostgreSQL Source Code  git master
PLySRFState Struct Reference

Data Fields

PyObject * iter
 
PLySavedArgssavedargs
 
MemoryContextCallback callback
 

Detailed Description

Definition at line 27 of file plpy_exec.c.

Field Documentation

◆ callback

MemoryContextCallback PLySRFState::callback

Definition at line 31 of file plpy_exec.c.

Referenced by PLy_exec_function().

◆ iter

PyObject* PLySRFState::iter

Definition at line 29 of file plpy_exec.c.

Referenced by plpython_srf_cleanup_callback(), and PLy_exec_function().

◆ savedargs

PLySavedArgs* PLySRFState::savedargs

Definition at line 30 of file plpy_exec.c.

Referenced by plpython_srf_cleanup_callback(), and PLy_exec_function().


The documentation for this struct was generated from the following file: