|
PostgreSQL Source Code git master
|
#include <walreceiver.h>
Data Fields | |
| WalRcvExecStatus | status |
| int | sqlstate |
| char * | err |
| Tuplestorestate * | tuplestore |
| TupleDesc | tupledesc |
Definition at line 219 of file walreceiver.h.
| char* WalRcvExecResult::err |
Definition at line 223 of file walreceiver.h.
Referenced by check_pub_dead_tuple_retention(), check_publications(), check_publications_origin_sequences(), check_publications_origin_tables(), copy_sequences(), copy_table(), fetch_relation_list(), fetch_remote_slots(), fetch_remote_table_info(), LogicalRepSyncTableStart(), ReplicationSlotDropAtPubNode(), and validate_remote_info().
| int WalRcvExecResult::sqlstate |
Definition at line 222 of file walreceiver.h.
Referenced by ReplicationSlotDropAtPubNode().
| WalRcvExecStatus WalRcvExecResult::status |
Definition at line 221 of file walreceiver.h.
Referenced by check_pub_dead_tuple_retention(), check_publications(), check_publications_origin_sequences(), check_publications_origin_tables(), copy_sequences(), copy_table(), fetch_relation_list(), fetch_remote_slots(), fetch_remote_table_info(), LogicalRepSyncTableStart(), ReplicationSlotDropAtPubNode(), and validate_remote_info().
| TupleDesc WalRcvExecResult::tupledesc |
Definition at line 225 of file walreceiver.h.
Referenced by check_pub_dead_tuple_retention(), check_publications(), check_publications_origin_sequences(), check_publications_origin_tables(), copy_sequences(), fetch_relation_list(), fetch_remote_slots(), fetch_remote_table_info(), and validate_remote_info().
| Tuplestorestate* WalRcvExecResult::tuplestore |
Definition at line 224 of file walreceiver.h.
Referenced by check_pub_dead_tuple_retention(), check_publications(), check_publications_origin_sequences(), check_publications_origin_tables(), copy_sequences(), fetch_relation_list(), fetch_remote_slots(), fetch_remote_table_info(), and validate_remote_info().