#include "catalog/genbki.h"
#include "catalog/pg_partitioned_table_d.h"
Go to the source code of this file.
|
| CATALOG (pg_partitioned_table, 3350, PartitionedRelationId) |
|
| DECLARE_TOAST (pg_partitioned_table, 4165, 4166) |
|
| DECLARE_UNIQUE_INDEX_PKEY (pg_partitioned_table_partrelid_index, 3351, PartitionedRelidIndexId, pg_partitioned_table, btree(partrelid oid_ops)) |
|
| MAKE_SYSCACHE (PARTRELID, pg_partitioned_table_partrelid_index, 32) |
|
| DECLARE_ARRAY_FOREIGN_KEY_OPT ((partrelid, partattrs), pg_attribute,(attrelid, attnum)) |
|
◆ Form_pg_partitioned_table
◆ CATALOG()
CATALOG |
( |
pg_partitioned_table |
, |
|
|
3350 |
, |
|
|
PartitionedRelationId |
|
|
) |
| |
Definition at line 30 of file pg_partitioned_table.h.
31{
33 char partstrat;
36
37
38
39
40
41
42
43
45
46
47
48
49
50#ifdef CATALOG_VARLEN
52
54
55 pg_node_tree partexprs;
56
57#endif
#define BKI_LOOKUP(catalog)
#define BKI_LOOKUP_OPT(catalog)
#define BKI_FORCE_NOT_NULL
FormData_pg_partitioned_table
References BKI_FORCE_NOT_NULL, BKI_LOOKUP, and BKI_LOOKUP_OPT.
◆ DECLARE_ARRAY_FOREIGN_KEY_OPT()
DECLARE_ARRAY_FOREIGN_KEY_OPT |
( |
(partrelid, partattrs) |
, |
|
|
pg_attribute |
, |
|
|
(attrelid, attnum) |
|
|
) |
| |
◆ DECLARE_TOAST()
DECLARE_TOAST |
( |
pg_partitioned_table |
, |
|
|
4165 |
, |
|
|
4166 |
|
|
) |
| |
◆ DECLARE_UNIQUE_INDEX_PKEY()
DECLARE_UNIQUE_INDEX_PKEY |
( |
pg_partitioned_table_partrelid_index |
, |
|
|
3351 |
, |
|
|
PartitionedRelidIndexId |
, |
|
|
pg_partitioned_table |
, |
|
|
btree(partrelid oid_ops) |
|
|
) |
| |
◆ MAKE_SYSCACHE()
MAKE_SYSCACHE |
( |
PARTRELID |
, |
|
|
pg_partitioned_table_partrelid_index |
, |
|
|
32 |
|
|
) |
| |
◆ FormData_pg_partitioned_table
FormData_pg_partitioned_table |