Re: Infinite Interval

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Cc: jian he <jian(dot)universality(at)gmail(dot)com>, Joseph Koshakow <koshy44(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Gregory Stark (as CFM)" <stark(dot)cfm(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Infinite Interval
Date: 2023-10-29 16:39:31
Message-ID: CAEZATCVF=TBsWmrgLe_4HtcpKVxizD7RLRhPUkTORL7SReFm8A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 27 Oct 2023 at 09:38, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> wrote:
>
> On Tue, 10 Oct 2023 at 12:36, Ashutosh Bapat
>
> > I think we should squash 0002 to 0007.
>
> Yes, let's do that with the next update. In fact, we may as well
> squash 0002 to 0008.
>

I have pushed 0001. Here is 0002-0008, squashed down to one commit,
plus the change discussed to use INTERVAL_NOBEGIN() in the btree_gin
code.

It could use another read-through, and then I think it will be ready for commit.

Regards,
Dean

Attachment Content-Type Size
v28-0001-Support-infinite-interval-values.patch text/x-patch 159.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alena Rybakina 2023-10-29 16:41:06 Re: POC, WIP: OR-clause support for indexes
Previous Message Denis Smirnov 2023-10-29 16:30:06 Re: Use virtual tuple slot for Unique node