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

#include <selfuncs.h>

Data Fields

Nodevar
 
RelOptInforel
 
HeapTuple statsTuple
 
void(* freefunc )(HeapTuple tuple)
 
Oid vartype
 
Oid atttype
 
int32 atttypmod
 
bool isunique
 
bool acl_ok
 

Detailed Description

Definition at line 85 of file selfuncs.h.

Field Documentation

◆ acl_ok

bool VariableStatData::acl_ok

Definition at line 97 of file selfuncs.h.

◆ atttype

Oid VariableStatData::atttype

Definition at line 93 of file selfuncs.h.

◆ atttypmod

int32 VariableStatData::atttypmod

Definition at line 94 of file selfuncs.h.

◆ freefunc

void(* VariableStatData::freefunc) (HeapTuple tuple)

Definition at line 91 of file selfuncs.h.

◆ isunique

bool VariableStatData::isunique

Definition at line 95 of file selfuncs.h.

◆ rel

RelOptInfo* VariableStatData::rel

Definition at line 88 of file selfuncs.h.

◆ statsTuple

HeapTuple VariableStatData::statsTuple

Definition at line 89 of file selfuncs.h.

◆ var

Node* VariableStatData::var

Definition at line 87 of file selfuncs.h.

◆ vartype

Oid VariableStatData::vartype

Definition at line 92 of file selfuncs.h.


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