Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e7ca11

Browse files
committed
1 parent78806a9 commit1e7ca11

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("Subscribedpublication%s is subscribingto otherpublications.",
2027-
"Subscribedpublications%saresubscribing to otherpublications.",
2026+
errdetail_plural("The subscription being created subscribes to apublication(%s) that contains tables that are writtentobyothersubscriptions.",
2027+
"The subscription being created subscribes topublications(%s) that contain tables thatarewritten tobyothersubscriptions.",
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)

[8]ページ先頭

©2009-2025 Movatter.jp