Re: BUG #12428: Incorrect Code - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #12428: Incorrect Code
Date
Msg-id 1098.1420479905@sss.pgh.pa.us
Whole thread Raw
In response to BUG #12428: Incorrect Code  (honey@internot.info)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #8470: 9.3 locking/subtransaction performance regression
Next
From: bquirion@gmail.com
Date:
Subject: BUG #12432: date_trunc returning wrong year and day