PostgreSQL Source Code
git master
|
#include <replnodes.h>
Data Fields | |
NodeTag | type |
char * | slotname |
ReplicationKind | kind |
char * | plugin |
bool | temporary |
List * | options |
Definition at line 52 of file replnodes.h.
ReplicationKind CreateReplicationSlotCmd::kind |
Definition at line 56 of file replnodes.h.
Referenced by CreateReplicationSlot(), and parseCreateReplSlotOptions().
List* CreateReplicationSlotCmd::options |
Definition at line 59 of file replnodes.h.
Referenced by parseCreateReplSlotOptions().
char* CreateReplicationSlotCmd::plugin |
Definition at line 57 of file replnodes.h.
Referenced by CreateReplicationSlot().
char* CreateReplicationSlotCmd::slotname |
Definition at line 55 of file replnodes.h.
Referenced by CreateReplicationSlot().
bool CreateReplicationSlotCmd::temporary |
Definition at line 58 of file replnodes.h.
Referenced by CreateReplicationSlot().
NodeTag CreateReplicationSlotCmd::type |
Definition at line 54 of file replnodes.h.