PostgreSQL Source Code  git master
Pg_magic_struct Struct Reference

#include <fmgr.h>

Data Fields

int len
 
int version
 
int funcmaxargs
 
int indexmaxkeys
 
int namedatalen
 
int float8byval
 
char abi_extra [32]
 

Detailed Description

Definition at line 464 of file fmgr.h.

Field Documentation

◆ abi_extra

char Pg_magic_struct::abi_extra[32]

Definition at line 472 of file fmgr.h.

Referenced by incompatible_module_error().

◆ float8byval

int Pg_magic_struct::float8byval

Definition at line 471 of file fmgr.h.

Referenced by incompatible_module_error().

◆ funcmaxargs

int Pg_magic_struct::funcmaxargs

Definition at line 468 of file fmgr.h.

Referenced by incompatible_module_error().

◆ indexmaxkeys

int Pg_magic_struct::indexmaxkeys

Definition at line 469 of file fmgr.h.

Referenced by incompatible_module_error().

◆ len

int Pg_magic_struct::len

Definition at line 466 of file fmgr.h.

Referenced by internal_load_library().

◆ namedatalen

int Pg_magic_struct::namedatalen

Definition at line 470 of file fmgr.h.

Referenced by incompatible_module_error().

◆ version

int Pg_magic_struct::version

Definition at line 467 of file fmgr.h.

Referenced by incompatible_module_error().


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