projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
042e82c
)
Fix gratuitous error message variation
author
Peter Eisentraut
Fri, 8 Nov 2019 17:12:51 +0000
(18:12 +0100)
committer
Peter Eisentraut
Fri, 8 Nov 2019 17:37:35 +0000
(18:37 +0100)
src/backend/replication/logical/origin.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/logical/origin.c
b/src/backend/replication/logical/origin.c
index c9d04ae0b9f9084e137a4118b44750a2f80fc53d..53e747420108a1efe993b33dd9317ac8fe544126 100644
(file)
--- a/
src/backend/replication/logical/origin.c
+++ b/
src/backend/replication/logical/origin.c
@@
-1091,7
+1091,7
@@
replorigin_session_setup(RepOriginId node)
{
ereport(ERROR,
(errcode(ERRCODE_OBJECT_IN_USE),
- errmsg("replication origin %d is already active for PID %d",
+ errmsg("replication origin
with OID
%d is already active for PID %d",
curstate->roident, curstate->acquired_by)));
}