22 #ifndef PG_STATISTIC_EXT_H
23 #define PG_STATISTIC_EXT_H
26 #include "catalog/pg_statistic_ext_d.h"
33 CATALOG(pg_statistic_ext,3381,StatisticExtRelationId)
57 pg_node_tree stxexprs;
74 DECLARE_UNIQUE_INDEX(pg_statistic_ext_name_index, 3997, StatisticExtNameIndexId, pg_statistic_ext, btree(stxname name_ops, stxnamespace oid_ops));
75 DECLARE_INDEX(pg_statistic_ext_relid_index, 3379, StatisticExtRelidIndexId, pg_statistic_ext, btree(stxrelid oid_ops));
82 #ifdef EXPOSE_TO_CLIENT_CODE
84 #define STATS_EXT_NDISTINCT 'd'
85 #define STATS_EXT_DEPENDENCIES 'f'
86 #define STATS_EXT_MCV 'm'
87 #define STATS_EXT_EXPRESSIONS 'e'
#define BKI_LOOKUP(catalog)
#define BKI_DEFAULT(value)
#define BKI_FORCE_NOT_NULL
MAKE_SYSCACHE(STATEXTOID, pg_statistic_ext_oid_index, 4)
DECLARE_UNIQUE_INDEX_PKEY(pg_statistic_ext_oid_index, 3380, StatisticExtOidIndexId, pg_statistic_ext, btree(oid oid_ops))
FormData_pg_statistic_ext * Form_pg_statistic_ext
DECLARE_UNIQUE_INDEX(pg_statistic_ext_name_index, 3997, StatisticExtNameIndexId, pg_statistic_ext, btree(stxname name_ops, stxnamespace oid_ops))
CATALOG(pg_statistic_ext, 3381, StatisticExtRelationId)
DECLARE_TOAST(pg_statistic_ext, 3439, 3440)
DECLARE_ARRAY_FOREIGN_KEY((stxrelid, stxkeys), pg_attribute,(attrelid, attnum))
FormData_pg_statistic_ext
DECLARE_INDEX(pg_statistic_ext_relid_index, 3379, StatisticExtRelidIndexId, pg_statistic_ext, btree(stxrelid oid_ops))