Re: BUG #12428: Incorrect Code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #12428: Incorrect Code
Дата
Msg-id 1098.1420479905@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #12428: Incorrect Code  (honey@internot.info)
Список pgsql-bugs
honey@internot.info writes:
> In /src/timezone/zic.c:
> 2091        if (stringrule(result, stdrp, dstrp->r_stdoff, zp->z_gmtoff) != 0)
> Should it not be
> 2091        if (stringrule(result, stdrp, >>stdp->r_stdoff<<, zp->z_gmtoff) != 0)

I wouldn't assume that ... it's still that way in tzcode2014j,
so if this is a bug you need to report it to upstream not us.  See
http://www.iana.org/time-zones

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #8470: 9.3 locking/subtransaction performance regression
Следующее
От: bquirion@gmail.com
Дата:
Сообщение: BUG #12432: date_trunc returning wrong year and day