Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd33aeef

Browse files
committed
Fix warning on mingw due to pid_t width, introduced infe0972e.
1 parenta89850a commitd33aeef

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)

[8]ページ先頭

©2009-2025 Movatter.jp