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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_ctl: Cast DWORD values to avoid -Wformat warnings.
Date: 2014-10-13 03:39:22
Message-ID: E1XdWTi-0007TF-3S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2014-10-13 15:17:51 pgsql: Increase number of hash join buckets for underestimate.
Previous Message Peter Eisentraut 2014-10-12 05:56:18 pgsql: pg_recvlogical: Improve --help output