PostgreSQL Source Code  git master
AlterReplicationSlotCmd Struct Reference

#include <replnodes.h>

Data Fields

NodeTag type
 
char * slotname
 
Listoptions
 

Detailed Description

Definition at line 79 of file replnodes.h.

Field Documentation

◆ options

List* AlterReplicationSlotCmd::options

Definition at line 83 of file replnodes.h.

Referenced by ParseAlterReplSlotOptions().

◆ slotname

char* AlterReplicationSlotCmd::slotname

Definition at line 82 of file replnodes.h.

Referenced by AlterReplicationSlot().

◆ type

NodeTag AlterReplicationSlotCmd::type

Definition at line 81 of file replnodes.h.


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