]> granicus.if.org Git - postgresql/commit
pg_ctl: Cast DWORD values to avoid -Wformat warnings.
authorNoah Misch <noah@leadboat.com>
Mon, 13 Oct 2014 03:33:19 +0000 (23:33 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 13 Oct 2014 03:33:19 +0000 (23:33 -0400)
commit27a23f9dfe81e324e5e51e04aad364bcaaff1096
treed1418ccd2d4645f9fe64f6f7636638057fdec7e9
parent772945b4dfb6cc7354e79e23e2552d2d3712d5a1
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.
src/bin/pg_ctl/pg_ctl.c