Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e7ca11

Browse files
committedAug 16, 2023
1 parent 78806a9 commit 1e7ca11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/backend/commands/subscriptioncmds.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,8 +2023,8 @@ check_publications_origin(WalReceiverConn *wrconn, List *publications,
20232023
errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
20242024
errmsg("subscription \"%s\" requested copy_data with origin = NONE but might copy data that had a different origin",
20252025
subname),
2026-
errdetail_plural("Subscribed publication %s is subscribing to other publications.",
2027-
"Subscribed publications %s are subscribing to other publications.",
2026+
errdetail_plural("The subscription being created subscribes to a publication (%s) that contains tables that are written to by other subscriptions.",
2027+
"The subscription being created subscribes to publications (%s) that contain tables that are written to by other subscriptions.",
20282028
list_length(publist), pubnames->data),
20292029
errhint("Verify that initial data copied from the publisher tables did not come from other origins."));
20302030
}

0 commit comments

Comments
 (0)
Failed to load comments.