PostgreSQL Source Code git master
|
Data Fields | |
char | extnodename [EXTNODENAME_MAX_LEN] |
const void * | extnodemethods |
Definition at line 29 of file extensible.c.
const void* ExtensibleNodeEntry::extnodemethods |
Definition at line 32 of file extensible.c.
Referenced by GetExtensibleNodeEntry(), and RegisterExtensibleNodeEntry().
char ExtensibleNodeEntry::extnodename[EXTNODENAME_MAX_LEN] |
Definition at line 31 of file extensible.c.