]> 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:37:27 +0000 (18:37 +0100)
src/backend/replication/logical/origin.c

index 9b8b34ea88e1d693fb57632083dcfff82f7ba7fc..9a05165a3de500dcb3e410be70eb755ee7544df3 100644 (file)
@@ -1092,7 +1092,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)));
                }