PostgreSQL Source Code
git master
|
#include <fmgrtab.h>
Data Fields | |
Oid | foid |
short | nargs |
bool | strict |
bool | retset |
const char * | funcName |
PGFunction | func |
Oid FmgrBuiltin::foid |
Definition at line 27 of file fmgrtab.h.
Referenced by fmgr_internal_function().
PGFunction FmgrBuiltin::func |
Definition at line 32 of file fmgrtab.h.
Referenced by fmgr_info_cxt_security().
short FmgrBuiltin::nargs |
Definition at line 28 of file fmgrtab.h.
Referenced by fmgr_info_cxt_security().
bool FmgrBuiltin::retset |
Definition at line 30 of file fmgrtab.h.
Referenced by fmgr_info_cxt_security().
bool FmgrBuiltin::strict |
Definition at line 29 of file fmgrtab.h.
Referenced by fmgr_info_cxt_security().