1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Improve an error message

Make it the same as another nearby message.
This commit is contained in:
Peter Eisentraut
2021-03-24 08:02:06 +01:00
parent 26acb54a13
commit 1509c6fc29

View 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. */