PostgreSQL Source Code
git master
|
#include <replnodes.h>
Data Fields | |
NodeTag | type |
char * | slotname |
bool | wait |
Definition at line 67 of file replnodes.h.
char* DropReplicationSlotCmd::slotname |
Definition at line 70 of file replnodes.h.
Referenced by DropReplicationSlot().
NodeTag DropReplicationSlotCmd::type |
Definition at line 69 of file replnodes.h.
bool DropReplicationSlotCmd::wait |
Definition at line 71 of file replnodes.h.
Referenced by DropReplicationSlot().