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 23:42:13
Message-ID: CAEZATCVNp3XCVnPLhOO_=TdorpD17kOvyvywadw_6Sm9fxeA0Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 7 Nov 2023 at 14:33, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> wrote:
>
> New version attached doing that, to run it past the cfbot again.
>

Ah, Windows Server didn't like that. Trying again with "INT64CONST(0)"
instead of just "0" in interval_um().

Regards,
Dean

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2023-11-07 23:49:32 Re: Moving forward with TDE [PATCH v3]
Previous Message Andres Freund 2023-11-07 23:30:48 Re: Show WAL write and fsync stats in pg_stat_io