PostgreSQL Source Code  git master
CreateReplicationSlotCmd Struct Reference

#include <replnodes.h>

Data Fields

NodeTag type
 
char * slotname
 
ReplicationKind kind
 
char * plugin
 
bool temporary
 
Listoptions
 

Detailed Description

Definition at line 52 of file replnodes.h.

Field Documentation

◆ kind

ReplicationKind CreateReplicationSlotCmd::kind

Definition at line 56 of file replnodes.h.

Referenced by CreateReplicationSlot(), and parseCreateReplSlotOptions().

◆ options

List* CreateReplicationSlotCmd::options

Definition at line 59 of file replnodes.h.

Referenced by parseCreateReplSlotOptions().

◆ plugin

char* CreateReplicationSlotCmd::plugin

Definition at line 57 of file replnodes.h.

Referenced by CreateReplicationSlot().

◆ slotname

char* CreateReplicationSlotCmd::slotname

Definition at line 55 of file replnodes.h.

Referenced by CreateReplicationSlot().

◆ temporary

bool CreateReplicationSlotCmd::temporary

Definition at line 58 of file replnodes.h.

Referenced by CreateReplicationSlot().

◆ type

NodeTag CreateReplicationSlotCmd::type

Definition at line 54 of file replnodes.h.


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