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-11-07 14:33:55
Message-ID: CAEZATCXQJyWRy51JCem5OmyisUqLVUi5PE-Ojj5NgzepT46zWA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 6 Nov 2023 at 17:08, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> wrote:
>
> I'm marking this as ready-for-committer. I'll probably pick it up
> myself in a few days, unless another committer claims it first.
>

Ah, it seems that one of this patch's new OIDs conflicts with a recent
commit. The best way to avoid that (or at least make it much less
likely) is by using the suggestion at the end of the unused_oids
script output, which is a random value in the 8000-9999 range.

New version attached doing that, to run it past the cfbot again.

Regards,
Dean

Attachment Content-Type Size
v30-0001-Avoid-integer-overflow-hazard-in-interval_time.patch text/x-patch 2.7 KB
v30-0002-Support-infinity-in-the-interval-data-type.patch text/x-patch 163.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2023-11-07 14:51:20 Re: ALTER COLUMN ... SET EXPRESSION to alter stored generated column's expression
Previous Message Drouvot, Bertrand 2023-11-07 14:28:11 Re: Synchronizing slots from primary to standby