PostgreSQL Source Code  git master
PLyProcedureEntry Struct Reference

#include <plpy_procedure.h>

Data Fields

PLyProcedureKey key
 
PLyProcedureproc
 

Detailed Description

Definition at line 58 of file plpy_procedure.h.

Field Documentation

◆ key

PLyProcedureKey PLyProcedureEntry::key

Definition at line 60 of file plpy_procedure.h.

◆ proc

PLyProcedure* PLyProcedureEntry::proc

Definition at line 61 of file plpy_procedure.h.

Referenced by PLy_procedure_get().


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