pg_statistic_ext_data.h File Reference
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.
CATALOG (pg_statistic_ext_data, 3429, StatisticExtDataRelationId)
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)
Typedef Documentation
◆ Form_pg_statistic_ext_data
Function Documentation
◆ CATALOG()
CATALOG
(
pg_statistic_ext_data
,
3429
,
StatisticExtDataRelationId
)
Definition at line 31 of file pg_statistic_ext_data.h.
32{
34 * this data is for */
35 bool stxdinherit; /* true if inheritance children are included */
36
37#ifdef CATALOG_VARLEN /* variable-length fields start here */
38
39 pg_ndistinct stxdndistinct; /* ndistinct coefficients (serialized) */
40 pg_dependencies stxddependencies; /* dependencies (serialized) */
41 pg_mcv_list stxdmcv; /* MCV (serialized) */
42 pg_statistic stxdexpr[1]; /* stats for expressions */
43
44#endif
45
#define BKI_LOOKUP(catalog)
FormData_pg_statistic_ext_data
References BKI_LOOKUP.
◆ DECLARE_TOAST()
DECLARE_TOAST
(
pg_statistic_ext_data
,
3430
,
3431
)
◆ DECLARE_UNIQUE_INDEX_PKEY()
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()
MAKE_SYSCACHE
(
STATEXTDATASTXOID
,
pg_statistic_ext_data_stxoid_inh_index
,
4
)
Variable Documentation
◆ FormData_pg_statistic_ext_data
FormData_pg_statistic_ext_data