PostgreSQL Source Code git master
Loading...
Searching...
No Matches
FmgrBuiltin Struct Reference

#include <fmgrtab.h>

Data Fields

Oid foid
 
short nargs
 
bool strict
 
bool retset
 
const charfuncName
 
PGFunction func
 

Detailed Description

Definition at line 25 of file fmgrtab.h.

Field Documentation

◆ foid

Oid FmgrBuiltin::foid

Definition at line 27 of file fmgrtab.h.

◆ func

PGFunction FmgrBuiltin::func

Definition at line 32 of file fmgrtab.h.

◆ funcName

const char* FmgrBuiltin::funcName

Definition at line 31 of file fmgrtab.h.

◆ nargs

short FmgrBuiltin::nargs

Definition at line 28 of file fmgrtab.h.

◆ retset

bool FmgrBuiltin::retset

Definition at line 30 of file fmgrtab.h.

◆ strict

bool FmgrBuiltin::strict

Definition at line 29 of file fmgrtab.h.


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