PostgreSQL Source Code  git master
StartReplicationCmd Struct Reference

#include <replnodes.h>

Data Fields

NodeTag type
 
ReplicationKind kind
 
char * slotname
 
TimeLineID timeline
 
XLogRecPtr startpoint
 
Listoptions
 

Detailed Description

Definition at line 79 of file replnodes.h.

Field Documentation

◆ kind

ReplicationKind StartReplicationCmd::kind

Definition at line 82 of file replnodes.h.

Referenced by exec_replication_command().

◆ options

List* StartReplicationCmd::options

Definition at line 86 of file replnodes.h.

Referenced by StartLogicalReplication().

◆ slotname

char* StartReplicationCmd::slotname

Definition at line 83 of file replnodes.h.

Referenced by StartLogicalReplication(), and StartReplication().

◆ startpoint

XLogRecPtr StartReplicationCmd::startpoint

Definition at line 85 of file replnodes.h.

Referenced by StartLogicalReplication(), and StartReplication().

◆ timeline

TimeLineID StartReplicationCmd::timeline

Definition at line 84 of file replnodes.h.

Referenced by StartReplication().

◆ type

NodeTag StartReplicationCmd::type

Definition at line 81 of file replnodes.h.


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