#include "catalog/genbki.h"
#include "catalog/pg_statistic_d.h"
Go to the source code of this file.
|
| BEGIN_CATALOG_STRUCT | CATALOG (pg_statistic, 2619, StatisticRelationId) |
| |
| | DECLARE_TOAST (pg_statistic, 2840, 2841) |
| |
| | DECLARE_UNIQUE_INDEX_PKEY (pg_statistic_relid_att_inh_index, 2696, StatisticRelidAttnumInhIndexId, pg_statistic, btree(starelid oid_ops, staattnum int2_ops, stainherit bool_ops)) |
| |
| | MAKE_SYSCACHE (STATRELATTINH, pg_statistic_relid_att_inh_index, 128) |
| |
| | DECLARE_FOREIGN_KEY ((starelid, staattnum), pg_attribute,(attrelid, attnum)) |
| |
◆ STATISTIC_NUM_SLOTS
◆ Form_pg_statistic
◆ CATALOG()
Definition at line 31 of file pg_statistic.h.
32{
33
35
38
39
41
42
43
44
45
46
47
48
49
50
51
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
95
101
107
108#ifdef CATALOG_VARLEN
114
115
116
117
118
119
120
126#endif
#define BKI_LOOKUP(catalog)
#define BKI_LOOKUP_OPT(catalog)
References BKI_LOOKUP, BKI_LOOKUP_OPT, and fb().
◆ DECLARE_FOREIGN_KEY()
◆ DECLARE_TOAST()
◆ DECLARE_UNIQUE_INDEX_PKEY()
◆ MAKE_SYSCACHE()
◆ FormData_pg_statistic