PostgreSQL Source Code
git master
|
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 struct AlterReplicationSlotCmd AlterReplicationSlotCmd |
typedef struct BaseBackupCmd BaseBackupCmd |
typedef struct CreateReplicationSlotCmd CreateReplicationSlotCmd |
typedef struct DropReplicationSlotCmd DropReplicationSlotCmd |
typedef struct IdentifySystemCmd IdentifySystemCmd |
typedef struct ReadReplicationSlotCmd ReadReplicationSlotCmd |
typedef enum ReplicationKind ReplicationKind |
typedef struct StartReplicationCmd StartReplicationCmd |
typedef struct TimeLineHistoryCmd TimeLineHistoryCmd |
typedef struct UploadManifestCmd UploadManifestCmd |
enum ReplicationKind |
Enumerator | |
---|---|
REPLICATION_KIND_PHYSICAL | |
REPLICATION_KIND_LOGICAL |
Definition at line 20 of file replnodes.h.