Re: Remove useless int64 range checks on BIGINT sequence MINVALUE/MAXVALUE values

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: Greg Nancarrow <gregn4422(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove useless int64 range checks on BIGINT sequence MINVALUE/MAXVALUE values
Date: 2021-07-06 10:43:09
Message-ID: CAApHDvrbmkT-4qeYqaTKB3M1raNe6j9WOz3LfjdJ4sYS88KcQA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 4 Jul 2021 at 20:53, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
>
> On Sat, 3 Jul 2021 at 22:44, Peter Eisentraut
> <peter(dot)eisentraut(at)enterprisedb(dot)com> wrote:
> > I don't think this is a good change.
>
> > I think we should leave it as is.
>
> I'm inclined to agree.

Does anyone object to marking this patch as rejected in the CF app?

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hywel Carver 2021-07-06 10:49:54 Re: Removing unneeded self joins
Previous Message David Rowley 2021-07-06 10:39:12 Re: Binary search in ScalarArrayOpExpr for OR'd constant arrays