PostgreSQL Source Code
git master
|
#include <fmgr.h>
Data Fields | |
int | len |
int | version |
int | funcmaxargs |
int | indexmaxkeys |
int | namedatalen |
int | float8byval |
char | abi_extra [32] |
char Pg_magic_struct::abi_extra[32] |
Definition at line 471 of file fmgr.h.
Referenced by incompatible_module_error().
int Pg_magic_struct::float8byval |
Definition at line 470 of file fmgr.h.
Referenced by incompatible_module_error().
int Pg_magic_struct::funcmaxargs |
Definition at line 467 of file fmgr.h.
Referenced by incompatible_module_error().
int Pg_magic_struct::indexmaxkeys |
Definition at line 468 of file fmgr.h.
Referenced by incompatible_module_error().
int Pg_magic_struct::len |
Definition at line 465 of file fmgr.h.
Referenced by internal_load_library().
int Pg_magic_struct::namedatalen |
Definition at line 469 of file fmgr.h.
Referenced by incompatible_module_error().
int Pg_magic_struct::version |
Definition at line 466 of file fmgr.h.
Referenced by incompatible_module_error().