#include "catalog/genbki.h"
#include "catalog/pg_index_d.h"
Go to the source code of this file.
|
| | CATALOG (pg_index, 2610, IndexRelationId) BKI_SCHEMA_MACRO |
| |
| | DECLARE_TOAST_WITH_MACRO (pg_index, 6351, 6352, PgIndexToastTable, PgIndexToastIndex) |
| |
| | DECLARE_INDEX (pg_index_indrelid_index, 2678, IndexIndrelidIndexId, pg_index, btree(indrelid oid_ops)) |
| |
| | DECLARE_UNIQUE_INDEX_PKEY (pg_index_indexrelid_index, 2679, IndexRelidIndexId, pg_index, btree(indexrelid oid_ops)) |
| |
| | MAKE_SYSCACHE (INDEXRELID, pg_index_indexrelid_index, 64) |
| |
| | DECLARE_ARRAY_FOREIGN_KEY_OPT ((indrelid, indkey), pg_attribute,(attrelid, attnum)) |
| |
◆ Form_pg_index
◆ CATALOG()
Definition at line 29 of file pg_index.h.
30{
33
37 bool indnullsnotdistinct;
41 bool indisclustered;
46 bool indisreplident;
47
48
50
51
52#ifdef CATALOG_VARLEN
56
58
59
61
62#endif
#define BKI_LOOKUP(catalog)
#define BKI_LOOKUP_OPT(catalog)
#define BKI_FORCE_NOT_NULL
References BKI_FORCE_NOT_NULL, BKI_LOOKUP, BKI_LOOKUP_OPT, and fb().
◆ DECLARE_ARRAY_FOREIGN_KEY_OPT()
◆ DECLARE_INDEX()
◆ DECLARE_TOAST_WITH_MACRO()
◆ DECLARE_UNIQUE_INDEX_PKEY()
◆ MAKE_SYSCACHE()
◆ FormData_pg_index