PostgreSQL Source Code
git master
|
#include <spgist_private.h>
Data Fields | |
Oid | type |
int16 | attlen |
bool | attbyval |
char | attalign |
char | attstorage |
Definition at line 134 of file spgist_private.h.
char SpGistTypeDesc::attalign |
Definition at line 139 of file spgist_private.h.
Referenced by fillTypeDesc(), and getSpGistTupleDesc().
bool SpGistTypeDesc::attbyval |
Definition at line 138 of file spgist_private.h.
Referenced by fillTypeDesc(), getSpGistTupleDesc(), memcpyInnerDatum(), spgFreeSearchItem(), SpGistGetInnerTypeSize(), spgMakeInnerItem(), and spgNewHeapItem().
int16 SpGistTypeDesc::attlen |
Definition at line 137 of file spgist_private.h.
Referenced by fillTypeDesc(), getSpGistTupleDesc(), memcpyInnerDatum(), SpGistGetInnerTypeSize(), spgMakeInnerItem(), and spgNewHeapItem().
char SpGistTypeDesc::attstorage |
Definition at line 140 of file spgist_private.h.
Referenced by fillTypeDesc(), and getSpGistTupleDesc().
Oid SpGistTypeDesc::type |
Definition at line 136 of file spgist_private.h.
Referenced by fillTypeDesc(), and getSpGistTupleDesc().