PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Pg_magic_struct Struct Reference

#include <fmgr.h>

Data Fields

int len
 
Pg_abi_values abi_fields
 
const char * name
 
const char * version
 

Detailed Description

Definition at line 477 of file fmgr.h.

Field Documentation

◆ abi_fields

Pg_abi_values Pg_magic_struct::abi_fields

Definition at line 480 of file fmgr.h.

Referenced by internal_load_library().

◆ len

int Pg_magic_struct::len

Definition at line 479 of file fmgr.h.

Referenced by internal_load_library().

◆ name

const char* Pg_magic_struct::name

Definition at line 482 of file fmgr.h.

Referenced by get_loaded_module_details().

◆ version

const char* Pg_magic_struct::version

Definition at line 483 of file fmgr.h.

Referenced by get_loaded_module_details().


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