PostgreSQL Source Code  git master
replnodes.h File Reference
#include "access/xlogdefs.h"
#include "nodes/pg_list.h"
Include dependency graph for replnodes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  IdentifySystemCmd
 
struct  BaseBackupCmd
 
struct  CreateReplicationSlotCmd
 
struct  DropReplicationSlotCmd
 
struct  AlterReplicationSlotCmd
 
struct  StartReplicationCmd
 
struct  ReadReplicationSlotCmd
 
struct  TimeLineHistoryCmd
 
struct  UploadManifestCmd
 

Typedefs

typedef enum ReplicationKind ReplicationKind
 
typedef struct IdentifySystemCmd IdentifySystemCmd
 
typedef struct BaseBackupCmd BaseBackupCmd
 
typedef struct CreateReplicationSlotCmd CreateReplicationSlotCmd
 
typedef struct DropReplicationSlotCmd DropReplicationSlotCmd
 
typedef struct AlterReplicationSlotCmd AlterReplicationSlotCmd
 
typedef struct StartReplicationCmd StartReplicationCmd
 
typedef struct ReadReplicationSlotCmd ReadReplicationSlotCmd
 
typedef struct TimeLineHistoryCmd TimeLineHistoryCmd
 
typedef struct UploadManifestCmd UploadManifestCmd
 

Enumerations

enum  ReplicationKind { REPLICATION_KIND_PHYSICAL , REPLICATION_KIND_LOGICAL }
 

Typedef Documentation

◆ AlterReplicationSlotCmd

◆ BaseBackupCmd

typedef struct BaseBackupCmd BaseBackupCmd

◆ CreateReplicationSlotCmd

◆ DropReplicationSlotCmd

◆ IdentifySystemCmd

◆ ReadReplicationSlotCmd

◆ ReplicationKind

◆ StartReplicationCmd

◆ TimeLineHistoryCmd

◆ UploadManifestCmd

Enumeration Type Documentation

◆ ReplicationKind

Enumerator
REPLICATION_KIND_PHYSICAL 
REPLICATION_KIND_LOGICAL 

Definition at line 20 of file replnodes.h.

21 {
ReplicationKind
Definition: replnodes.h:21
@ REPLICATION_KIND_PHYSICAL
Definition: replnodes.h:22
@ REPLICATION_KIND_LOGICAL
Definition: replnodes.h:23