PostgreSQL Source Code  git master
DropReplicationSlotCmd Struct Reference

#include <replnodes.h>

Data Fields

NodeTag type
 
char * slotname
 
bool wait
 

Detailed Description

Definition at line 67 of file replnodes.h.

Field Documentation

◆ slotname

char* DropReplicationSlotCmd::slotname

Definition at line 70 of file replnodes.h.

Referenced by DropReplicationSlot().

◆ type

NodeTag DropReplicationSlotCmd::type

Definition at line 69 of file replnodes.h.

◆ wait

bool DropReplicationSlotCmd::wait

Definition at line 71 of file replnodes.h.

Referenced by DropReplicationSlot().


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