Re: ISO year.

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Kurt Roeckx <Q(at)ping(dot)be>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: ISO year.
Date: 2003-12-19 08:20:48
Message-ID: 20031219082048.GB24721@zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Thu, Dec 18, 2003 at 04:33:44PM +0100, Kurt Roeckx wrote:
> + DCH_IYYYY,
^^^^^^^^^^^
> DCH_YYYY,
> DCH_YYY,
> DCH_YY,

There is a bug.. it's wrong position. Please, add the "enum" of
DCH_IYYYY to same position as you have "IYYYY" in next array. It means
"enum" DCH_IYYYY must be behind DCH_IW. If you will add others IY the
order must be:

DCH_IW
DCH_IYYYY
DCH_IYYY
DCH_IYY
DCH_IY

.. and same for lower case version:

> @@ -582,6 +583,7 @@
> DCH_ww,
> DCH_w,
> DCH_y_yyy,
> + DCH_iyyyy,
^^^^^^^^^

Thanks!
Karel

--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/

In response to

  • ISO year. at 2003-12-18 15:33:44 from Kurt Roeckx

Browse pgsql-patches by date

  From Date Subject
Next Message Karel Zak 2003-12-19 08:33:18 Re: ISO year.
Previous Message Tom Lane 2003-12-19 05:12:04 Re: replace all with * in pg_hba.conf