|
PostgreSQL Source Code git master
|
#include <namespace.h>
Data Fields | |
| struct _FuncCandidateList * | next |
| int | pathpos |
| Oid | oid |
| int | nominalnargs |
| int | nargs |
| int | nvargs |
| int | ndargs |
| int * | argnumbers |
| Oid | args [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 29 of file namespace.h.
| int* _FuncCandidateList::argnumbers |
Definition at line 38 of file namespace.h.
| Oid _FuncCandidateList::args[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 39 of file namespace.h.
Referenced by left_oper().
| int _FuncCandidateList::nargs |
Definition at line 35 of file namespace.h.
Referenced by FuncnameGetCandidates().
| int _FuncCandidateList::ndargs |
Definition at line 37 of file namespace.h.
| struct _FuncCandidateList* _FuncCandidateList::next |
Definition at line 31 of file namespace.h.
Referenced by func_match_argtypes(), and FuncnameGetCandidates().
| int _FuncCandidateList::nominalnargs |
Definition at line 34 of file namespace.h.
| int _FuncCandidateList::nvargs |
Definition at line 36 of file namespace.h.
| Oid _FuncCandidateList::oid |
Definition at line 33 of file namespace.h.
| int _FuncCandidateList::pathpos |
Definition at line 32 of file namespace.h.