|
PostgreSQL Source Code git master
|
#include <logicalproto.h>
Data Fields | |
| LogicalRepRelId | remoteid |
| char * | nspname |
| char * | relname |
| int | natts |
| char ** | attnames |
| Oid * | atttyps |
| char | replident |
| char | relkind |
| Bitmapset * | attkeys |
Definition at line 104 of file logicalproto.h.
| Bitmapset* LogicalRepRelation::attkeys |
Definition at line 115 of file logicalproto.h.
Referenced by fetch_remote_table_info(), logicalrep_partition_open(), logicalrep_read_attrs(), logicalrep_rel_mark_updatable(), logicalrep_relmap_free_entry(), and logicalrep_relmap_update().
| char** LogicalRepRelation::attnames |
Definition at line 111 of file logicalproto.h.
Referenced by apply_error_callback(), copy_table(), fetch_remote_table_info(), logicalrep_get_attrs_str(), logicalrep_partition_open(), logicalrep_read_attrs(), logicalrep_rel_att_by_name(), logicalrep_relmap_free_entry(), logicalrep_relmap_update(), and make_copy_attnamelist().
| Oid* LogicalRepRelation::atttyps |
Definition at line 112 of file logicalproto.h.
Referenced by fetch_remote_table_info(), logicalrep_partition_open(), logicalrep_read_attrs(), logicalrep_relmap_free_entry(), and logicalrep_relmap_update().
| int LogicalRepRelation::natts |
Definition at line 110 of file logicalproto.h.
Referenced by copy_table(), fetch_remote_table_info(), logicalrep_partition_open(), logicalrep_read_attrs(), logicalrep_rel_att_by_name(), logicalrep_rel_open(), logicalrep_relmap_free_entry(), logicalrep_relmap_update(), make_copy_attnamelist(), and slot_fill_defaults().
| char* LogicalRepRelation::nspname |
Definition at line 108 of file logicalproto.h.
Referenced by apply_error_callback(), check_relation_updatable(), copy_table(), fetch_remote_table_info(), logicalrep_partition_open(), logicalrep_read_rel(), logicalrep_rel_mark_updatable(), logicalrep_rel_open(), logicalrep_relmap_free_entry(), logicalrep_relmap_update(), and logicalrep_report_missing_or_gen_attrs().
| char LogicalRepRelation::relkind |
Definition at line 114 of file logicalproto.h.
Referenced by apply_handle_tuple_routing(), copy_table(), fetch_remote_table_info(), logicalrep_read_rel(), logicalrep_rel_open(), and logicalrep_relmap_update().
| char* LogicalRepRelation::relname |
Definition at line 109 of file logicalproto.h.
Referenced by apply_error_callback(), check_relation_updatable(), copy_table(), fetch_remote_table_info(), logicalrep_partition_open(), logicalrep_read_rel(), logicalrep_rel_mark_updatable(), logicalrep_rel_open(), logicalrep_relmap_free_entry(), logicalrep_relmap_update(), and logicalrep_report_missing_or_gen_attrs().
| LogicalRepRelId LogicalRepRelation::remoteid |
Definition at line 107 of file logicalproto.h.
Referenced by copy_table(), fetch_remote_table_info(), logicalrep_partition_open(), logicalrep_partmap_reset_relmap(), logicalrep_read_rel(), and logicalrep_relmap_update().
| char LogicalRepRelation::replident |
Definition at line 113 of file logicalproto.h.
Referenced by fetch_remote_table_info(), FindLogicalRepLocalIndex(), FindReplTupleInLocalRel(), logicalrep_partition_open(), logicalrep_read_rel(), logicalrep_rel_mark_updatable(), and logicalrep_relmap_update().