Re: pgsql: Fix interval test, which was broken for floating-point timestamp

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jeff Davis <jdavis(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix interval test, which was broken for floating-point timestamp
Date: 2014-05-07 04:50:27
Message-ID: 1399438227.24650.0.camel@jeff-desktop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, 2014-05-06 at 23:26 -0400, Tom Lane wrote:
> Jeff Davis <jdavis(at)postgresql(dot)org> writes:
> > Fix interval test, which was broken for floating-point timestamps.
> > Commit 4318daecc959886d001a6e79c6ea853e8b1dfb4b introduced a test that
> > couldn't be made consistent between integer and floating-point
> > timestamps.
>
> That patch was back-patched as far as 8.4, so if you're going to change
> it, you need to back-patch too.

Done, thank you.

Jeff

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-05-07 17:29:24 pgsql: Never crash-and-restart for bgworkers without shared memory acce
Previous Message Jeff Davis 2014-05-07 04:48:54 pgsql: Fix interval test, which was broken for floating-point timestamp