#include "catalog/genbki.h"
#include "catalog/pg_statistic_d.h"
Go to the source code of this file.
|
| | 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 29 of file pg_statistic.h.
30{
31
33
36
37
39
40
41
42
43
44
45
46
47
48
49
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
93
99
105
106#ifdef CATALOG_VARLEN
112
113
114
115
116
117
118
124#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