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_publications(), check_publications_origin(), copy_table(), fetch_remote_table_info(), fetch_table_list(), 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_publications(), check_publications_origin(), copy_table(), fetch_remote_table_info(), fetch_table_list(), libpqrcv_exec(), LogicalRepSyncTableStart(), ReplicationSlotDropAtPubNode(), synchronize_slots(), and validate_remote_info().
TupleDesc WalRcvExecResult::tupledesc |
Definition at line 224 of file walreceiver.h.
Referenced by check_publications(), check_publications_origin(), fetch_remote_table_info(), fetch_table_list(), 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_publications(), check_publications_origin(), fetch_remote_table_info(), fetch_table_list(), libpqrcv_processTuples(), synchronize_slots(), validate_remote_info(), and walrcv_clear_result().