PostgreSQL Source Code
git master
|
#include <receivelog.h>
Data Fields | |
XLogRecPtr | startpos |
TimeLineID | timeline |
char * | sysidentifier |
int | standby_message_timeout |
bool | synchronous |
bool | mark_done |
bool | do_sync |
stream_stop_callback | stream_stop |
pgsocket | stop_socket |
WalWriteMethod * | walmethod |
char * | partial_suffix |
char * | replication_slot |
Definition at line 29 of file receivelog.h.
bool StreamCtl::do_sync |
Definition at line 38 of file receivelog.h.
Referenced by LogStreamerMain(), and StreamLog().
bool StreamCtl::mark_done |
Definition at line 37 of file receivelog.h.
Referenced by close_walfile(), LogStreamerMain(), StreamLog(), and writeTimeLineHistoryFile().
char* StreamCtl::partial_suffix |
Definition at line 47 of file receivelog.h.
Referenced by close_walfile(), LogStreamerMain(), open_walfile(), and StreamLog().
char* StreamCtl::replication_slot |
Definition at line 48 of file receivelog.h.
Referenced by LogStreamerMain(), ReceiveXlogStream(), and StreamLog().
int StreamCtl::standby_message_timeout |
Definition at line 35 of file receivelog.h.
Referenced by HandleCopyStream(), LogStreamerMain(), and StreamLog().
XLogRecPtr StreamCtl::startpos |
Definition at line 31 of file receivelog.h.
Referenced by HandleCopyStream(), LogStreamerMain(), ReceiveXlogStream(), and StreamLog().
pgsocket StreamCtl::stop_socket |
Definition at line 43 of file receivelog.h.
Referenced by HandleCopyStream(), LogStreamerMain(), and StreamLog().
stream_stop_callback StreamCtl::stream_stop |
Definition at line 41 of file receivelog.h.
Referenced by CheckCopyStreamStop(), LogStreamerMain(), ProcessXLogDataMsg(), ReceiveXlogStream(), and StreamLog().
bool StreamCtl::synchronous |
Definition at line 36 of file receivelog.h.
Referenced by HandleCopyStream(), LogStreamerMain(), ReceiveXlogStream(), and StreamLog().
char* StreamCtl::sysidentifier |
Definition at line 33 of file receivelog.h.
Referenced by LogStreamerMain(), ReceiveXlogStream(), and StreamLog().
TimeLineID StreamCtl::timeline |
Definition at line 32 of file receivelog.h.
Referenced by CheckCopyStreamStop(), existsTimeLineHistoryFile(), LogStreamerMain(), open_walfile(), ProcessXLogDataMsg(), ReceiveXlogStream(), StreamLog(), and writeTimeLineHistoryFile().
WalWriteMethod* StreamCtl::walmethod |
Definition at line 46 of file receivelog.h.
Referenced by close_walfile(), existsTimeLineHistoryFile(), HandleCopyStream(), LogStreamerMain(), mark_file_as_archived(), open_walfile(), ProcessKeepaliveMsg(), ProcessXLogDataMsg(), ReceiveXlogStream(), StreamLog(), and writeTimeLineHistoryFile().