#include "catalog/genbki.h"
#include "catalog/pg_statistic_ext_data_d.h"
Go to the source code of this file.
|
| CATALOG (pg_statistic_ext_data, 3429, StatisticExtDataRelationId) |
|
| DECLARE_TOAST (pg_statistic_ext_data, 3430, 3431) |
|
| DECLARE_UNIQUE_INDEX_PKEY (pg_statistic_ext_data_stxoid_inh_index, 3433, StatisticExtDataStxoidInhIndexId, pg_statistic_ext_data, btree(stxoid oid_ops, stxdinherit bool_ops)) |
|
| MAKE_SYSCACHE (STATEXTDATASTXOID, pg_statistic_ext_data_stxoid_inh_index, 4) |
|
◆ Form_pg_statistic_ext_data
◆ CATALOG()
CATALOG |
( |
pg_statistic_ext_data |
, |
|
|
3429 |
, |
|
|
StatisticExtDataRelationId |
|
|
) |
| |
Definition at line 31 of file pg_statistic_ext_data.h.
39 pg_ndistinct stxdndistinct;
40 pg_dependencies stxddependencies;
42 pg_statistic stxdexpr[1];
#define BKI_LOOKUP(catalog)
FormData_pg_statistic_ext_data
References BKI_LOOKUP.
◆ DECLARE_TOAST()
DECLARE_TOAST |
( |
pg_statistic_ext_data |
, |
|
|
3430 |
, |
|
|
3431 |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_statistic_ext_data_stxoid_inh_index |
, |
|
|
3433 |
, |
|
|
StatisticExtDataStxoidInhIndexId |
, |
|
|
pg_statistic_ext_data |
, |
|
|
btree(stxoid oid_ops, stxdinherit bool_ops) |
|
|
) |
| |
◆ MAKE_SYSCACHE()
MAKE_SYSCACHE |
( |
STATEXTDATASTXOID |
, |
|
|
pg_statistic_ext_data_stxoid_inh_index |
, |
|
|
4 |
|
|
) |
| |
◆ FormData_pg_statistic_ext_data
FormData_pg_statistic_ext_data |