pgsql: Suppress a warning that some versions of gcc emit about %x in

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress a warning that some versions of gcc emit about %x in
Date: 2007-07-11 23:15:39
Message-ID: 20070711231539.128E79FBF2E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Suppress a warning that some versions of gcc emit about %x in strftime.
Per suggestion from Alvaro.

Modified Files:
--------------
pgsql/src/bin/initdb:
initdb.c (r1.137 -> r1.138)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.137&r2=1.138)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-07-12 14:10:39 pgsql: Fix freenig of names in Kerberos when using MIT - need to use the
Previous Message User Pgunittest 2007-07-11 14:40:31 pgunittest - pgUnitTest: