#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
#define STATISTIC_NUM_SLOTS 5 |
◆ Form_pg_statistic
◆ CATALOG()
CATALOG |
( |
pg_statistic |
, |
|
|
2619 |
, |
|
|
StatisticRelationId |
|
|
) |
| |
Definition at line 29 of file pg_statistic.h.
30{
31
33
35 bool stainherit;
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
119 anyarray stavalues1;
120 anyarray stavalues2;
121 anyarray stavalues3;
122 anyarray stavalues4;
123 anyarray stavalues5;
124#endif
#define BKI_LOOKUP(catalog)
#define BKI_LOOKUP_OPT(catalog)
References BKI_LOOKUP, and BKI_LOOKUP_OPT.
◆ DECLARE_FOREIGN_KEY()
DECLARE_FOREIGN_KEY |
( |
(starelid, staattnum) |
, |
|
|
pg_attribute |
, |
|
|
(attrelid, attnum) |
|
|
) |
| |
◆ DECLARE_TOAST()
DECLARE_TOAST |
( |
pg_statistic |
, |
|
|
2840 |
, |
|
|
2841 |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
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()
MAKE_SYSCACHE |
( |
STATRELATTINH |
, |
|
|
pg_statistic_relid_att_inh_index |
, |
|
|
128 |
|
|
) |
| |
◆ FormData_pg_statistic