Fix compiler warning about format on Windows
Peter Eisentraut <peter@eisentraut.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/replication/walreceiver.c | modified | +2 −1 |