Re: ISO year. - Mailing list pgsql-patches

From Karel Zak
Subject Re: ISO year.
Date
Msg-id 20031219082048.GB24721@zf.jcu.cz
Whole thread Raw
In response to ISO year.  (Kurt Roeckx <Q@ping.be>)
List 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@zf.jcu.cz>
 http://home.zf.jcu.cz/~zakkr/

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] restore error - language "plperlu" is not trusted
Next
From: Karel Zak
Date:
Subject: Re: ISO year.