Re: ISO year.

Поиск
Список
Период
Сортировка
От Karel Zak
Тема Re: ISO year.
Дата
Msg-id 20031219082048.GB24721@zf.jcu.cz
обсуждение исходный текст
Ответ на ISO year.  (Kurt Roeckx <Q@ping.be>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] restore error - language "plperlu" is not trusted
Следующее
От: Karel Zak
Дата:
Сообщение: Re: ISO year.