Improve an error message
authorPeter Eisentraut <[email protected]>
Wed, 24 Mar 2021 07:02:06 +0000 (08:02 +0100)
committerPeter Eisentraut <[email protected]>
Wed, 24 Mar 2021 07:02:06 +0000 (08:02 +0100)
Make it the same as another nearby message.

src/backend/replication/logical/tablesync.c

index 6ed31812abc451f053a6a4a8c8c673aeca9e8ce8..8494db8f0537bac6252ea34d8a2893bc9b3094fb 100644 (file)
@@ -758,7 +758,7 @@ fetch_remote_table_info(char *nspname, char *relname,
 
    if (res->status != WALRCV_OK_TUPLES)
        ereport(ERROR,
-               (errmsg("could not fetch table info for table \"%s.%s\": %s",
+               (errmsg("could not fetch table info for table \"%s.%s\" from publisher: %s",
                        nspname, relname, res->err)));
 
    /* We don't know the number of rows coming, so allocate enough space. */