projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26acb54
)
Improve an error message
author
Peter Eisentraut
Wed, 24 Mar 2021 07:02:06 +0000
(08:02 +0100)
committer
Peter Eisentraut
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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/logical/tablesync.c
b/src/backend/replication/logical/tablesync.c
index 6ed31812abc451f053a6a4a8c8c673aeca9e8ce8..8494db8f0537bac6252ea34d8a2893bc9b3094fb 100644
(file)
--- a/
src/backend/replication/logical/tablesync.c
+++ b/
src/backend/replication/logical/tablesync.c
@@
-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. */