PostgreSQL Source Code  git master
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

◆ atttype

Oid VariableStatData::atttype

Definition at line 93 of file selfuncs.h.

Referenced by examine_variable(), get_actual_variable_range(), and get_variable_range().

◆ atttypmod

int32 VariableStatData::atttypmod

Definition at line 94 of file selfuncs.h.

Referenced by examine_variable().

◆ freefunc

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

◆ isunique

◆ rel

◆ statsTuple

◆ var

◆ vartype


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