Re: Remove useless int64 range checks on BIGINT sequence MINVALUE/MAXVALUE values - Mailing list pgsql-hackers

From Greg Nancarrow
Subject Re: Remove useless int64 range checks on BIGINT sequence MINVALUE/MAXVALUE values
Date
Msg-id CAJcOf-exUOeYCNOR6265V_gT7GojHKAeJUhA89R6k8_rGaw-kA@mail.gmail.com
Whole thread Raw
In response to Re: Remove useless int64 range checks on BIGINT sequence MINVALUE/MAXVALUE values  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: Remove useless int64 range checks on BIGINT sequence MINVALUE/MAXVALUE values
Re: Remove useless int64 range checks on BIGINT sequence MINVALUE/MAXVALUE values
List pgsql-hackers
On Mon, Jun 21, 2021 at 8:32 PM David Rowley <dgrowleyml@gmail.com> wrote:
>
> It might be worth putting in a comment to mention that the check is
> not needed.  Just in case someone looks again one day and thinks the
> checks are missing.
>
> Probably best to put this in the July commitfest so it does not get missed.

Updated the patch, and will add it to the Commitfest, thanks.

Regards,
Greg Nancarrow
Fujitsu Australia

Attachment

pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: disfavoring unparameterized nested loops
Next
From: John Naylor
Date:
Subject: Re: Add index OID macro argument to DECLARE_INDEX