pgsql: Cast some printf arguments to avoid possibly-nonportable behavio

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cast some printf arguments to avoid possibly-nonportable behavio
Date: 2012-03-24 00:18:23
Message-ID: E1SBEgZ-0007WO-54@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Cast some printf arguments to avoid possibly-nonportable behavior.

Per compiler warnings on buildfarm member black_firefly.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/eca0c389f185b6bd76b4ca77195aa47d2e90dbb2

Modified Files
--------------
src/backend/replication/basebackup.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-03-24 20:22:54 pgsql: Fix planner's handling of outer PlaceHolderVars within subquerie
Previous Message Tom Lane 2012-03-23 23:16:09 pgsql: Refactor simplify_function et al to centralize argument simplifi