Re: Infinite Interval

From: Joseph Koshakow <koshy44(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, "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-07-08 19:27:51
Message-ID: CAAvxfHfY6mby-LDv1NmqPUtCuzfbn7LD7ffnhhkngCnjOp2CCg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Jul 8, 2023 at 2:38 PM Joseph Koshakow <koshy44(at)gmail(dot)com> wrote:

> I've updated the patch to fix this issue.

That seems to have fixed the cfbot failures. Though I left in an
unused variable. Here's another set of patches with the compiler
warnings fixed.

Thanks,
Joe Koshakow

Attachment Content-Type Size
0001-Move-integer-helper-function-to-int.h-20230708.patch text/x-patch 3.3 KB
0003-Add-infinite-interval-values-20230708.patch text/x-patch 96.6 KB
0002-Check-for-overflow-in-make_interval-20230708.patch text/x-patch 5.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-07-08 19:34:51 Re: Cleaning up array_in()
Previous Message Joseph Koshakow 2023-07-08 18:38:39 Re: Infinite Interval