ECPG timestamp.c

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: ECPG timestamp.c
Date: 2003-05-02 02:20:34
Message-ID: 1051842033.78976.18.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

src/interfaces/ecpg/pgtypeslib/timestamp.c has started throwing
warnings:

timestamp.c: In function `dttofmtasc_replace':
timestamp.c:468: warning: `%g' yields only last 2 digits of year
timestamp.c:606: warning: `%x' yields only last 2 digits of year in some
locales on non-BSD systems

Not overly important, but worth while noting.
--
Rod Taylor <rbt(at)rbt(dot)ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2003-05-02 02:47:39 psql Crash in -TIP
Previous Message David Walker 2003-05-01 18:20:57 Re: Attribute must be GROUPed.... ?