PostgreSQL Source Code  git master
PLyExecutionContext Struct Reference

#include <plpy_main.h>

Data Fields

PLyProcedurecurr_proc
 
MemoryContext scratch_ctx
 
struct PLyExecutionContextnext
 

Detailed Description

Definition at line 18 of file plpy_main.h.

Field Documentation

◆ curr_proc

◆ next

struct PLyExecutionContext* PLyExecutionContext::next

Definition at line 22 of file plpy_main.h.

◆ scratch_ctx

MemoryContext PLyExecutionContext::scratch_ctx

Definition at line 21 of file plpy_main.h.

Referenced by PLy_commit(), and PLy_rollback().


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