PostgreSQL Source Code: src/include/nodes/replnodes.h Source File (original) (raw)

1

2

3

4

5

6

7

8

9

10

11

12

13

14#ifndef REPLNODES_H

15#define REPLNODES_H

16

19

21{

25

26

27

28

29

30

32{

35

36

37

38

39

40

42{

46

47

48

49

50

51

53{

61

62

63

64

65

66

68{

73

74

75

76

77

78

80{

85

86

87

88

89

90

92{

100

101

102

103

104

105

107{

111

112

113

114

115

116

118{

122

123

124

125

126

128{

131

132#endif

struct AlterReplicationSlotCmd AlterReplicationSlotCmd

struct UploadManifestCmd UploadManifestCmd

struct IdentifySystemCmd IdentifySystemCmd

struct CreateReplicationSlotCmd CreateReplicationSlotCmd

@ REPLICATION_KIND_PHYSICAL

@ REPLICATION_KIND_LOGICAL

struct DropReplicationSlotCmd DropReplicationSlotCmd

struct ReadReplicationSlotCmd ReadReplicationSlotCmd

struct StartReplicationCmd StartReplicationCmd

struct TimeLineHistoryCmd TimeLineHistoryCmd

struct BaseBackupCmd BaseBackupCmd