Re: 'infinity'::Interval should be added - Mailing list pgsql-hackers

From Andres Freund
Subject Re: 'infinity'::Interval should be added
Date
Msg-id 20181218005341.3djrsetketlgaj3p@alap3.anarazel.de
Whole thread Raw
In response to Re: 'infinity'::Interval should be added  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Hi,

On 2018-12-15 11:34:10 -0800, Andres Freund wrote:
> [1] We should optimize the computation using pg_add_s{32,64}_overflow,
>     the generated code after that change is *substantially* better (as
>     well as the original code much shorter, and correct).  And consider,
>     as mentioned further up, moving throwing the error out of line.

I don't have the focus to pursue this right now, so here's the changes
I'd made (for either somebody else to pick up, or as an archive for
myself).

Greetings,

Andres Freund

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: ALTER INDEX ... ALTER COLUMN not present in dump
Next
From: Michael Paquier
Date:
Subject: Re: Should new partitions inherit their tablespace from their parent?