Thread: pgsql: pg_ctl: Cast DWORD values to avoid -Wformat warnings.

pgsql: pg_ctl: Cast DWORD values to avoid -Wformat warnings.

From
Noah Misch
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/27a23f9dfe81e324e5e51e04aad364bcaaff1096

Modified Files
--------------
src/bin/pg_ctl/pg_ctl.c |   34 ++++++++++++++++++++++++++--------
1 file changed, 26 insertions(+), 8 deletions(-)