PostgreSQL Source Code
git master
|
#include <replnodes.h>
Data Fields | |
NodeTag | type |
char * | slotname |
List * | options |
Definition at line 79 of file replnodes.h.
List* AlterReplicationSlotCmd::options |
Definition at line 83 of file replnodes.h.
Referenced by AlterReplicationSlot().
char* AlterReplicationSlotCmd::slotname |
Definition at line 82 of file replnodes.h.
Referenced by AlterReplicationSlot().
NodeTag AlterReplicationSlotCmd::type |
Definition at line 81 of file replnodes.h.