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 91 of file replnodes.h.

Field Documentation

◆ kind

ReplicationKind StartReplicationCmd::kind

Definition at line 94 of file replnodes.h.

Referenced by exec_replication_command().

◆ options

List* StartReplicationCmd::options

Definition at line 98 of file replnodes.h.

Referenced by StartLogicalReplication().

◆ slotname

char* StartReplicationCmd::slotname

Definition at line 95 of file replnodes.h.

Referenced by StartLogicalReplication(), and StartReplication().

◆ startpoint

XLogRecPtr StartReplicationCmd::startpoint

Definition at line 97 of file replnodes.h.

Referenced by StartLogicalReplication(), and StartReplication().

◆ timeline

TimeLineID StartReplicationCmd::timeline

Definition at line 96 of file replnodes.h.

Referenced by StartReplication().

◆ type

NodeTag StartReplicationCmd::type

Definition at line 93 of file replnodes.h.


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