projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cc31cc
)
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:42 +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 5d76b6bc846f452aa86c9a4a6df5a50a40239462..4ee19e9f50d7859fce67ec8353e435488f9cd179 100644
(file)
--- a/
src/backend/replication/logical/origin.c
+++ b/
src/backend/replication/logical/origin.c
@@
-1100,7
+1100,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)));
}