Skip to content

Commit 1509c6f

Browse files
committed
Improve an error message
Make it the same as another nearby message.
1 parent 26acb54 commit 1509c6f

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)