#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()
Definition at line 31 of file pg_statistic_ext_data.h.
32{
34
36
37#ifdef CATALOG_VARLEN
38
43
44#endif
45
#define BKI_LOOKUP(catalog)
FormData_pg_statistic_ext_data
References BKI_LOOKUP, and fb().
◆ DECLARE_TOAST()
◆ DECLARE_UNIQUE_INDEX_PKEY()
◆ MAKE_SYSCACHE()
◆ FormData_pg_statistic_ext_data
| FormData_pg_statistic_ext_data |