Skip to content

Commit

Permalink
Add Logical Replication Replica Identity conditions (#1050)
Browse files Browse the repository at this point in the history
Signed-off-by: Rakibul-Hossain <rakibul.hossain@appscode.com>
  • Loading branch information
Rakibul Hossain authored Aug 18, 2023
1 parent 4ce21bc commit f86084c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis/postgres/v1alpha1/publisher_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ const (
PublisherMessageAllTablesNotFound PublisherMessage = "All tables are not found"
PublisherMessageAllTablesFound PublisherMessage = "All tables are found"

PublisherConditionTypeReplicaIdentityFound PublisherConditionType = "ReplicaIdentityFound"
PublisherMessageReplicaIdentityNotFound PublisherMessage = "Replica identity is not found"
PublisherMessageReplicaIdentityFound PublisherMessage = "Replica identity is found"

PublisherConditionTypePublicationSuccessful PublisherConditionType = "PublicationSuccessful"
PublisherMessagePublicationIsSuccessful PublisherMessage = "Publication is successful"
PublisherMessagePublicationIsNotSuccessful PublisherMessage = "Publication is not successful"
Expand Down

0 comments on commit f86084c

Please sign in to comment.