BUG #14442: serial maxvalue incorrect

From: josipa(dot)milic(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14442: serial maxvalue incorrect
Date: 2016-11-30 09:34:30
Message-ID: 20161130093430.4377.13791@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14442
Logged by: josipa milic
Email address: josipa(dot)milic(at)gmail(dot)com
PostgreSQL version: 9.5.0
Operating system: windows 7
Description:

When table is generated using pgadmin, sequence generated as serial has the
same maxvalue as bigserial: 9223372036854775807

It should be max value that corresponds to integer: 2147483647

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2016-11-30 16:01:15 Re: BUG #14442: serial maxvalue incorrect
Previous Message Nikitin Nikolay 2016-11-30 08:36:51 Re: BUG #14438: Wrong row count in the join plan with unique index scan