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

Add pg_sequence system catalog


Move sequence metadata (start, increment, etc.) into a proper system
catalog instead of storing it in the sequence heap object.  This
separates the metadata from the sequence data.  Sequence metadata is now
operated on transactionally by DDL commands, whereas previously
rollbacks of sequence-related DDL commands would be ignored.

Reviewed-by: default avatarAndreas Karlsson <andreas@proxel.se>
parent db80acfc
No related branches found
No related tags found
Loading
Showing
with 490 additions and 269 deletions
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