Re: gcc complains about %x - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: gcc complains about %x
Date
Msg-id 200512100036.47437.peter_e@gmx.net
Whole thread Raw
In response to gcc complains about %x  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> CVS tip is giving me this warning:
>
> initdb.c: In function `locale_date_order':
> initdb.c:2101: warning: `%x' yields only last 2 digits of year in
> some locales

This is fixed in GCC 3.4 (released April 2004) and later.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: gcc complains about %x
Next
From: Stephan Szabo
Date:
Subject: Re: Foreign key trigger timing bug?