|
PostgreSQL Source Code git master
|
#include <selfuncs.h>
Data Fields | |
| Node * | var |
| RelOptInfo * | rel |
| HeapTuple | statsTuple |
| void(* | freefunc )(HeapTuple tuple) |
| Oid | vartype |
| Oid | atttype |
| int32 | atttypmod |
| bool | isunique |
| bool | acl_ok |
Definition at line 85 of file selfuncs.h.
| bool VariableStatData::acl_ok |
Definition at line 97 of file selfuncs.h.
| Oid VariableStatData::atttype |
Definition at line 93 of file selfuncs.h.
| int32 VariableStatData::atttypmod |
Definition at line 94 of file selfuncs.h.
Definition at line 91 of file selfuncs.h.
| bool VariableStatData::isunique |
Definition at line 95 of file selfuncs.h.
| RelOptInfo* VariableStatData::rel |
Definition at line 88 of file selfuncs.h.
| HeapTuple VariableStatData::statsTuple |
Definition at line 89 of file selfuncs.h.
| Node* VariableStatData::var |
Definition at line 87 of file selfuncs.h.
| Oid VariableStatData::vartype |
Definition at line 92 of file selfuncs.h.