PostgreSQL Source Code  git master
PLySavedArgs Struct Reference

#include <plpy_procedure.h>

Data Fields

struct PLySavedArgsnext
 
PyObject * args
 
int nargs
 
PyObject * namedargs [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 15 of file plpy_procedure.h.

Field Documentation

◆ args

PyObject* PLySavedArgs::args

◆ namedargs

PyObject* PLySavedArgs::namedargs[FLEXIBLE_ARRAY_MEMBER]

◆ nargs

int PLySavedArgs::nargs

◆ next

struct PLySavedArgs* PLySavedArgs::next

Definition at line 17 of file plpy_procedure.h.

Referenced by PLy_global_args_pop(), and PLy_global_args_push().


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