Fix compiler warning about format on Windows

Peter Eisentraut <peter@eisentraut.org>

Commit: fe233366f2e3ca44609c805ce0604c1e2122c3f9
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2020-01-14T22:59:18Z
Releases: 13.0
Fix compiler warning about format on Windows

On 64-bit Windows, pid_t is long long int, so a %d format isn't
enough.

Files

PathChange+/−
src/backend/replication/walreceiver.c modified +2 −1