#include "catalog/genbki.h"
#include "catalog/pg_amop_d.h"
Go to the source code of this file.
|
| CATALOG (pg_amop, 2602, AccessMethodOperatorRelationId) |
|
| DECLARE_UNIQUE_INDEX (pg_amop_fam_strat_index, 2653, AccessMethodStrategyIndexId, pg_amop, btree(amopfamily oid_ops, amoplefttype oid_ops, amoprighttype oid_ops, amopstrategy int2_ops)) |
|
| DECLARE_UNIQUE_INDEX (pg_amop_opr_fam_index, 2654, AccessMethodOperatorIndexId, pg_amop, btree(amopopr oid_ops, amoppurpose char_ops, amopfamily oid_ops)) |
|
| DECLARE_UNIQUE_INDEX_PKEY (pg_amop_oid_index, 2756, AccessMethodOperatorOidIndexId, pg_amop, btree(oid oid_ops)) |
|
| MAKE_SYSCACHE (AMOPSTRATEGY, pg_amop_fam_strat_index, 64) |
|
| MAKE_SYSCACHE (AMOPOPID, pg_amop_opr_fam_index, 64) |
|
◆ Form_pg_amop
◆ CATALOG()
CATALOG |
( |
pg_amop |
, |
|
|
2602 |
, |
|
|
AccessMethodOperatorRelationId |
|
|
) |
| |
Definition at line 54 of file pg_amop.h.
55{
57
58
60
61
63
64
66
67
69
70
72
73
75
76
78
79
#define BKI_LOOKUP(catalog)
#define BKI_DEFAULT(value)
#define BKI_LOOKUP_OPT(catalog)
References BKI_DEFAULT, BKI_LOOKUP, and BKI_LOOKUP_OPT.
◆ DECLARE_UNIQUE_INDEX() [1/2]
DECLARE_UNIQUE_INDEX |
( |
pg_amop_fam_strat_index |
, |
|
|
2653 |
, |
|
|
AccessMethodStrategyIndexId |
, |
|
|
pg_amop |
, |
|
|
btree(amopfamily oid_ops, amoplefttype oid_ops, amoprighttype oid_ops, amopstrategy int2_ops) |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX() [2/2]
DECLARE_UNIQUE_INDEX |
( |
pg_amop_opr_fam_index |
, |
|
|
2654 |
, |
|
|
AccessMethodOperatorIndexId |
, |
|
|
pg_amop |
, |
|
|
btree(amopopr oid_ops, amoppurpose char_ops, amopfamily oid_ops) |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_amop_oid_index |
, |
|
|
2756 |
, |
|
|
AccessMethodOperatorOidIndexId |
, |
|
|
pg_amop |
, |
|
|
btree(oid oid_ops) |
|
|
) |
| |
◆ MAKE_SYSCACHE() [1/2]
MAKE_SYSCACHE |
( |
AMOPOPID |
, |
|
|
pg_amop_opr_fam_index |
, |
|
|
64 |
|
|
) |
| |
◆ MAKE_SYSCACHE() [2/2]
MAKE_SYSCACHE |
( |
AMOPSTRATEGY |
, |
|
|
pg_amop_fam_strat_index |
, |
|
|
64 |
|
|
) |
| |
◆ FormData_pg_amop