PostgreSQL Source Code git master
Loading...
Searching...
No Matches
SpGistTypeDesc Struct Reference

#include <spgist_private.h>

Data Fields

Oid type
 
int16 attlen
 
bool attbyval
 
char attalign
 
char attstorage
 

Detailed Description

Definition at line 134 of file spgist_private.h.

Field Documentation

◆ attalign

char SpGistTypeDesc::attalign

Definition at line 139 of file spgist_private.h.

Referenced by fillTypeDesc().

◆ attbyval

bool SpGistTypeDesc::attbyval

Definition at line 138 of file spgist_private.h.

Referenced by fillTypeDesc().

◆ attlen

int16 SpGistTypeDesc::attlen

Definition at line 137 of file spgist_private.h.

Referenced by fillTypeDesc().

◆ attstorage

char SpGistTypeDesc::attstorage

Definition at line 140 of file spgist_private.h.

Referenced by fillTypeDesc().

◆ type

Oid SpGistTypeDesc::type

Definition at line 136 of file spgist_private.h.

Referenced by fillTypeDesc().


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