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

Commit1509c6f

Browse files
committed
Improve an error message
Make it the same as another nearby message.
1 parent26acb54 commit1509c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/replication/logical/tablesync.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ fetch_remote_table_info(char *nspname, char *relname,
758758

759759
if (res->status!=WALRCV_OK_TUPLES)
760760
ereport(ERROR,
761-
(errmsg("could not fetch table info for table \"%s.%s\": %s",
761+
(errmsg("could not fetch table info for table \"%s.%s\" from publisher: %s",
762762
nspname,relname,res->err)));
763763

764764
/* We don't know the number of rows coming, so allocate enough space. */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp