Skip to content

Commit d33aeef

Browse files
committed
Fix warning on mingw due to pid_t width, introduced in fe0972e.
1 parent a89850a commit d33aeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/slot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ ReplicationSlotCleanup(void)
571571

572572
/* unlocked read of active_pid is ok for debugging purposes */
573573
elog(DEBUG3, "temporary replication slot cleanup: %d in use, active_pid: %d",
574-
i, s->active_pid);
574+
i, (int) s->active_pid);
575575

576576
SpinLockAcquire(&s->mutex);
577577
if (s->active_pid == MyProcPid)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy