Skip to content
Snippets Groups Projects
Commit 0bc1207a authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix default minimum value for descending sequences


For some reason that is lost in history, a descending sequence would
default its minimum value to -2^63+1 (-PG_INT64_MAX) instead of
-2^63 (PG_INT64_MIN), even though explicitly specifying a minimum value
of -2^63 would work.  Fix this inconsistency by using the full range by
default.

Reported-by: default avatarDaniel Verite <daniel@manitou-mail.org>
Reviewed-by: default avatarMichael Paquier <michael.paquier@gmail.com>
parent 46d48281
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment