PostgreSQL Source Code git master
Loading...
Searching...
No Matches
pg_statistic_ext_data.h File Reference
#include "catalog/genbki.h"
#include "catalog/pg_statistic_ext_data_d.h"
Include dependency graph for pg_statistic_ext_data.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

BEGIN_CATALOG_STRUCT CATALOG (pg_statistic_ext_data, 3429, StatisticExtDataRelationId)
 
 DECLARE_TOAST (pg_statistic_ext_data, 3430, 3431)
 
 DECLARE_UNIQUE_INDEX_PKEY (pg_statistic_ext_data_stxoid_inh_index, 3433, StatisticExtDataStxoidInhIndexId, pg_statistic_ext_data, btree(stxoid oid_ops, stxdinherit bool_ops))
 
 MAKE_SYSCACHE (STATEXTDATASTXOID, pg_statistic_ext_data_stxoid_inh_index, 4)
 

Variables

END_CATALOG_STRUCT typedef FormData_pg_statistic_ext_dataForm_pg_statistic_ext_data
 
 FormData_pg_statistic_ext_data
 

Function Documentation

◆ CATALOG()

Definition at line 33 of file pg_statistic_ext_data.h.

34{
35 Oid stxoid BKI_LOOKUP(pg_statistic_ext); /* statistics object
36 * this data is for */
37 bool stxdinherit; /* true if inheritance children are included */
38
39#ifdef CATALOG_VARLEN /* variable-length fields start here */
40
41 pg_ndistinct stxdndistinct; /* ndistinct coefficients (serialized) */
42 pg_dependencies stxddependencies; /* dependencies (serialized) */
43 pg_mcv_list stxdmcv; /* MCV (serialized) */
44 pg_statistic stxdexpr[1]; /* stats for expressions */
45
46#endif
47
#define BKI_LOOKUP(catalog)
Definition genbki.h:65
FormData_pg_statistic_ext_data
unsigned int Oid
static int fb(int x)

References BKI_LOOKUP, and fb().

◆ DECLARE_TOAST()

DECLARE_TOAST ( pg_statistic_ext_data  ,
3430  ,
3431   
)

◆ DECLARE_UNIQUE_INDEX_PKEY()

◆ MAKE_SYSCACHE()

Variable Documentation

◆ Form_pg_statistic_ext_data

Definition at line 57 of file pg_statistic_ext_data.h.

Referenced by get_relation_statistics_worker().

◆ FormData_pg_statistic_ext_data

FormData_pg_statistic_ext_data

Definition at line 48 of file pg_statistic_ext_data.h.