git.postgresql.org Git - postgresql.git/commit
2016年12月20日 17:00:00 +0000 (12:00 -0500)
2016年12月20日 13:28:18 +0000 (08:28 -0500)
commit 1753b1b027035029c2a2a1649065762fafbf63f3
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: Andreas Karlsson <andreas@proxel.se>
19 files changed:
This is the main PostgreSQL git repository.
RSS
Atom