PostgreSQL Source Code: WalRcvExecResult Struct Reference (original) (raw)

#include <[walreceiver.h](walreceiver%5F8h%5Fsource.html)>

Data Fields
WalRcvExecStatus status
int sqlstate
char * err
Tuplestorestate * tuplestore
TupleDesc tupledesc

Detailed Description

Field Documentation

err

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().

sqlstate

int WalRcvExecResult::sqlstate

status

tupledesc

tuplestore


The documentation for this struct was generated from the following file: