#include "catalog/genbki.h"
#include "catalog/pg_am_d.h"
Go to the source code of this file.
|
| BEGIN_CATALOG_STRUCT | CATALOG (pg_am, 2601, AccessMethodRelationId) |
| |
| | DECLARE_UNIQUE_INDEX (pg_am_name_index, 2651, AmNameIndexId, pg_am, btree(amname name_ops)) |
| |
| | DECLARE_UNIQUE_INDEX_PKEY (pg_am_oid_index, 2652, AmOidIndexId, pg_am, btree(oid oid_ops)) |
| |
| | MAKE_SYSCACHE (AMNAME, pg_am_name_index, 4) |
| |
| | MAKE_SYSCACHE (AMOID, pg_am_oid_index, 4) |
| |
◆ CATALOG()
Definition at line 31 of file pg_am.h.
32{
34
35
37
38
40
41
42 char amtype;
#define BKI_LOOKUP(catalog)
References BKI_LOOKUP, and fb().
◆ DECLARE_UNIQUE_INDEX()
◆ DECLARE_UNIQUE_INDEX_PKEY()
◆ MAKE_SYSCACHE() [1/2]
◆ MAKE_SYSCACHE() [2/2]
◆ Form_pg_am
Definition at line 52 of file pg_am.h.
Referenced by AlterOpFamily(), CheckIndexCompatible(), DefineIndex(), DefineOpClass(), generateClonedIndexStmt(), get_am_name(), get_am_type_oid(), GetIndexAmRoutineByAmId(), getObjectDescription(), getObjectIdentityParts(), getOpFamilyDescription(), getOpFamilyIdentity(), OpClassCacheLookup(), OpFamilyCacheLookup(), pg_get_indexdef_worker(), RelationInitIndexAccessInfo(), and RelationInitTableAccessMethod().
◆ FormData_pg_am