18 #ifndef PG_STATISTIC_H 19 #define PG_STATISTIC_H 22 #include "catalog/pg_statistic_d.h" 29 CATALOG(pg_statistic,2619,StatisticRelationId)
105 #ifdef CATALOG_VARLEN 126 #define STATISTIC_NUM_SLOTS 5 138 DECLARE_UNIQUE_INDEX(pg_statistic_relid_att_inh_index, 2696, on pg_statistic
using btree(starelid oid_ops, staattnum int2_ops, stainherit bool_ops));
139 #define StatisticRelidAttnumInhIndexId 2696 141 #ifdef EXPOSE_TO_CLIENT_CODE 183 #define STATISTIC_KIND_MCV 1 203 #define STATISTIC_KIND_HISTOGRAM 2 215 #define STATISTIC_KIND_CORRELATION 3 240 #define STATISTIC_KIND_MCELEM 4 254 #define STATISTIC_KIND_DECHIST 5 265 #define STATISTIC_KIND_RANGE_LENGTH_HISTOGRAM 6 276 #define STATISTIC_KIND_BOUNDS_HISTOGRAM 7
FormData_pg_statistic * Form_pg_statistic
CATALOG(pg_statistic, 2619, StatisticRelationId)
DECLARE_UNIQUE_INDEX(pg_statistic_relid_att_inh_index, 2696, on pg_statistic using btree(starelid oid_ops, staattnum int2_ops, stainherit bool_ops))
DECLARE_TOAST(pg_statistic, 2840, 2841)