PostgreSQL Source Code
git master
|
#include <fmgr.h>
Data Fields | |
int | len |
int | version |
int | funcmaxargs |
int | indexmaxkeys |
int | namedatalen |
int | float8byval |
int Pg_magic_struct::float8byval |
Definition at line 460 of file fmgr.h.
Referenced by incompatible_module_error().
int Pg_magic_struct::funcmaxargs |
Definition at line 457 of file fmgr.h.
Referenced by incompatible_module_error().
int Pg_magic_struct::indexmaxkeys |
Definition at line 458 of file fmgr.h.
Referenced by incompatible_module_error().
int Pg_magic_struct::len |
Definition at line 455 of file fmgr.h.
Referenced by internal_load_library().
int Pg_magic_struct::namedatalen |
Definition at line 459 of file fmgr.h.
Referenced by incompatible_module_error().
int Pg_magic_struct::version |
Definition at line 456 of file fmgr.h.
Referenced by incompatible_module_error().