We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8a81e commit 18777c3Copy full SHA for 18777c3
src/backend/replication/slot.c
@@ -352,7 +352,7 @@ ReplicationSlotAcquire(const char *name)
352
if (active_pid != 0)
353
ereport(ERROR,
354
(errcode(ERRCODE_OBJECT_IN_USE),
355
- errmsg("replication slot \"%s\" is already active for PID %d",
+ errmsg("replication slot \"%s\" is active for PID %d",
356
name, active_pid)));
357
358
/* We made this slot active, so it's ours now. */
0 commit comments