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

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

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.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-05-07 03:52:35 pgsql: Fix some more confusion between uint32 and Datum.
Previous Message Jeff Davis 2014-05-07 02:54:47 pgsql: Fix interval test, which was broken for floating-point timestamp