#include "access/xlogdefs.h"
#include "catalog/genbki.h"
#include "catalog/pg_replication_origin_d.h"
Go to the source code of this file.
|
| | CATALOG (pg_replication_origin, 6000, ReplicationOriginRelationId) BKI_SHARED_RELATION |
| |
| | DECLARE_UNIQUE_INDEX_PKEY (pg_replication_origin_roiident_index, 6001, ReplicationOriginIdentIndex, pg_replication_origin, btree(roident oid_ops)) |
| |
| | DECLARE_UNIQUE_INDEX (pg_replication_origin_roname_index, 6002, ReplicationOriginNameIndex, pg_replication_origin, btree(roname text_ops)) |
| |
| | MAKE_SYSCACHE (REPLORIGIDENT, pg_replication_origin_roiident_index, 16) |
| |
| | MAKE_SYSCACHE (REPLORIGNAME, pg_replication_origin_roname_index, 16) |
| |
◆ Form_pg_replication_origin
◆ CATALOG()
Definition at line 30 of file pg_replication_origin.h.
31{
32
33
34
35
36
37
38
39
40
42
43
44
45
46
47
48
50
51#ifdef CATALOG_VARLEN
52#endif
#define BKI_FORCE_NOT_NULL
FormData_pg_replication_origin
References BKI_FORCE_NOT_NULL, and fb().
◆ DECLARE_UNIQUE_INDEX()
◆ DECLARE_UNIQUE_INDEX_PKEY()
◆ MAKE_SYSCACHE() [1/2]
◆ MAKE_SYSCACHE() [2/2]
◆ FormData_pg_replication_origin
| FormData_pg_replication_origin |