|
PostgreSQL Source Code git master
|
#include <walreceiver.h>
Data Fields | |
| WalRcvExecStatus | status |
| int | sqlstate |
| char * | err |
| Tuplestorestate * | tuplestore |
| TupleDesc | tupledesc |
Definition at line 218 of file walreceiver.h.
| char* WalRcvExecResult::err |
Definition at line 222 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_table_info(), libpqrcv_exec(), LogicalRepSyncTableStart(), ReplicationSlotDropAtPubNode(), synchronize_slots(), validate_remote_info(), and walrcv_clear_result().
| int WalRcvExecResult::sqlstate |
Definition at line 221 of file walreceiver.h.
Referenced by libpqrcv_exec(), and ReplicationSlotDropAtPubNode().
| WalRcvExecStatus WalRcvExecResult::status |
Definition at line 220 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_table_info(), libpqrcv_exec(), LogicalRepSyncTableStart(), ReplicationSlotDropAtPubNode(), synchronize_slots(), and validate_remote_info().
| TupleDesc WalRcvExecResult::tupledesc |
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_table_info(), libpqrcv_processTuples(), synchronize_slots(), validate_remote_info(), and walrcv_clear_result().
| Tuplestorestate* WalRcvExecResult::tuplestore |
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(), fetch_relation_list(), fetch_remote_table_info(), libpqrcv_processTuples(), synchronize_slots(), validate_remote_info(), and walrcv_clear_result().