]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix gratuitous error message variation
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 8 Nov 2019 17:12:51 +0000 (18:12 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 8 Nov 2019 17:38:07 +0000 (18:38 +0100)
src/backend/replication/logical/origin.c

index 1f2c71b6e98731c0bdf05dc301d3e95b0884bdcf..16e62e269ddd143b5159b67cdccecbdd5e171fa4 100644 (file)
@@ -1055,7 +1055,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)));
                }