pg_ctl: Cast DWORD values to avoid -Wformat warnings.

Noah Misch <noah@leadboat.com>

Commit: 27a23f9dfe81e324e5e51e04aad364bcaaff1096
Author: Noah Misch <noah@leadboat.com>
Date: 2014-10-13T03:33:19Z
Releases: 9.5.0
pg_ctl: Cast DWORD values to avoid -Wformat warnings.

This affects pg_ctl alone, because pg_ctl takes the exceptional step of
calling Windows API functions in a Cygwin build.

Files

PathChange+/−
src/bin/pg_ctl/pg_ctl.c modified +26 −8