#include "catalog/genbki.h"
#include "catalog/pg_am_d.h"
Go to the source code of this file.
|
| | 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) |
| |
◆ Form_pg_am
◆ CATALOG()
Definition at line 29 of file pg_am.h.
30{
32
33
35
36
38
39
40 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]
◆ FormData_pg_am