Re: Remove useless int64 range checks on BIGINT sequence MINVALUE/MAXVALUE values
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: Greg Nancarrow <gregn4422@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-07-06T10:43:09Z
Lists: pgsql-hackers
On Sun, 4 Jul 2021 at 20:53, David Rowley <dgrowleyml@gmail.com> wrote: > > On Sat, 3 Jul 2021 at 22:44, Peter Eisentraut > <peter.eisentraut@enterprisedb.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
Commits
-
Remove useless range checks on INT8 sequences
- e0271d5f1e87 15.0 landed