Re: Infinite Interval

From: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
To: Joseph Koshakow <koshy44(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Gregory Stark (as CFM)" <stark(dot)cfm(at)gmail(dot)com>, jian he <jian(dot)universality(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Infinite Interval
Date: 2023-06-23 07:27:33
Message-ID: CAExHW5uZ_EvQXaJGgF9v3MNvn4ZjRu3YY81ydx7dP2s1aoLLPw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Looks like cfbot didn't like the names of these patches. It tried to
apply v20-0003 first and that failed. Attached patches with names in
sequential order. Let's see if that makes cfbot happy.

On Thu, Apr 13, 2023 at 12:05 AM Joseph Koshakow <koshy44(at)gmail(dot)com> wrote:
>
>
>
> On Wed, Apr 12, 2023 at 9:11 AM Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com> wrote:
>
> > I modified this to WHERE isfinite(t.f1) or isfinite(d.f1). The output
> > contains a lot of additions with infinity::interval but that might be
> > ok. No errors.
>
> Attached is a patch with this testing change.
>
> Thanks,
> Joe Koshakow

--
Best Wishes,
Ashutosh Bapat

Attachment Content-Type Size
0002-Check-for-overflow-in-make_interval-20230623 application/octet-stream 5.0 KB
0001-Move-integer-helper-function-to-int.h-20230623 application/octet-stream 3.3 KB
0003-Add-infinite-interval-values-20230623 application/octet-stream 96.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2023-06-23 07:35:50 Index range search optimization
Previous Message jian he 2023-06-23 06:40:34 Re: Do we want a hashset type?