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

Data Fields

Oid statOid
 
charschema
 
charname
 
Bitmapsetcolumns
 
Listtypes
 
int stattarget
 
Listexprs
 

Detailed Description

Definition at line 64 of file extended_stats.c.

Field Documentation

◆ columns

Bitmapset* StatExtEntry::columns

Definition at line 69 of file extended_stats.c.

Referenced by fetch_statentries_for_relation().

◆ exprs

List* StatExtEntry::exprs

Definition at line 72 of file extended_stats.c.

Referenced by fetch_statentries_for_relation().

◆ name

char* StatExtEntry::name

Definition at line 68 of file extended_stats.c.

Referenced by fetch_statentries_for_relation().

◆ schema

char* StatExtEntry::schema

Definition at line 67 of file extended_stats.c.

Referenced by fetch_statentries_for_relation().

◆ statOid

Oid StatExtEntry::statOid

Definition at line 66 of file extended_stats.c.

Referenced by fetch_statentries_for_relation().

◆ stattarget

int StatExtEntry::stattarget

Definition at line 71 of file extended_stats.c.

Referenced by fetch_statentries_for_relation().

◆ types

List* StatExtEntry::types

Definition at line 70 of file extended_stats.c.

Referenced by fetch_statentries_for_relation().


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