PostgreSQL Source Code  git master
WalRcvExecResult Struct Reference

#include <walreceiver.h>

Data Fields

WalRcvExecStatus status
 
int sqlstate
 
char * err
 
Tuplestorestatetuplestore
 
TupleDesc tupledesc
 

Detailed Description

Definition at line 217 of file walreceiver.h.

Field Documentation

◆ err

char* WalRcvExecResult::err

Definition at line 221 of file walreceiver.h.

Referenced by fetch_remote_table_info(), libpqrcv_exec(), and walrcv_clear_result().

◆ sqlstate

int WalRcvExecResult::sqlstate

Definition at line 220 of file walreceiver.h.

Referenced by libpqrcv_exec().

◆ status

WalRcvExecStatus WalRcvExecResult::status

Definition at line 219 of file walreceiver.h.

Referenced by fetch_remote_table_info(), and libpqrcv_exec().

◆ tupledesc

TupleDesc WalRcvExecResult::tupledesc

◆ tuplestore

Tuplestorestate* WalRcvExecResult::tuplestore

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