PostgreSQL Source Code  git master
typinfo Struct Reference

Data Fields

char name [NAMEDATALEN]
 
Oid oid
 
Oid elem
 
int16 len
 
bool byval
 
char align
 
char storage
 
Oid collation
 
Oid inproc
 
Oid outproc
 

Detailed Description

Definition at line 74 of file bootstrap.c.

Field Documentation

◆ align

char typinfo::align

Definition at line 81 of file bootstrap.c.

Referenced by boot_get_type_io_data(), and DefineAttr().

◆ byval

bool typinfo::byval

Definition at line 80 of file bootstrap.c.

Referenced by boot_get_type_io_data(), and DefineAttr().

◆ collation

Oid typinfo::collation

Definition at line 83 of file bootstrap.c.

Referenced by DefineAttr().

◆ elem

Oid typinfo::elem

Definition at line 78 of file bootstrap.c.

Referenced by boot_get_type_io_data().

◆ inproc

Oid typinfo::inproc

Definition at line 84 of file bootstrap.c.

Referenced by boot_get_type_io_data().

◆ len

int16 typinfo::len

Definition at line 79 of file bootstrap.c.

Referenced by boot_get_type_io_data(), and DefineAttr().

◆ name

char typinfo::name[NAMEDATALEN]

Definition at line 76 of file bootstrap.c.

◆ oid

Oid typinfo::oid

Definition at line 77 of file bootstrap.c.

Referenced by DefineAttr().

◆ outproc

Oid typinfo::outproc

Definition at line 85 of file bootstrap.c.

Referenced by boot_get_type_io_data().

◆ storage

char typinfo::storage

Definition at line 82 of file bootstrap.c.

Referenced by DefineAttr().


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