Re: gcc complains about %x

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: gcc complains about %x
Date: 2005-12-09 23:36:46
Message-ID: 200512100036.47437.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2005-12-10 01:27:32 Re: Foreign key trigger timing bug?
Previous Message Tom Lane 2005-12-09 22:57:05 gcc complains about %x