Content-Length: 258065 | pFad | http://github.com/postgrespro/postgres/commit/d33aeefd9b7c8c76f584432717dc944505565e52

21 Fix warning on mingw due to pid_t width, introduced in fe0972ee5e6. · postgrespro/postgres@d33aeef · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/d33aeefd9b7c8c76f584432717dc944505565e52

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy