Suppress a warning that some versions of gcc emit about %x in strftime.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Jul 2007 23:15:38 +0000 (23:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Jul 2007 23:15:38 +0000 (23:15 +0000)
commit05c4d8f783d57e7ea83fb158e3637908d9f08c28
treeea53099c646637fbced09e0884f5c7b3177c8519
parent31013db0a1c9de7e0ba8618673beb90968ab23fe
Suppress a warning that some versions of gcc emit about %x in strftime.
Per suggestion from Alvaro.
src/bin/initdb/initdb.c