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 a89850a commit d33aeefCopy full SHA for d33aeef
src/backend/replication/slot.c
@@ -571,7 +571,7 @@ ReplicationSlotCleanup(void)
571
572
/* unlocked read of active_pid is ok for debugging purposes */
573
elog(DEBUG3, "temporary replication slot cleanup: %d in use, active_pid: %d",
574
- i, s->active_pid);
+ i, (int) s->active_pid);
575
576
SpinLockAcquire(&s->mutex);
577
if (s->active_pid == MyProcPid)
0 commit comments