diff options
author | Peter Eisentraut | 2016-12-20 17:00:00 +0000 |
---|---|---|
committer | Peter Eisentraut | 2016-12-20 13:28:18 +0000 |
commit | 1753b1b027035029c2a2a1649065762fafbf63f3 (patch) | |
tree | cd5b4d8fca4ffca2581e3822a2fa7b5f2f49062a /src/test/isolation/README | |
parent | db80acfc9d50ac56811d22802ab3d822ab313055 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/test/isolation/README')
0 files changed, 0 insertions, 0 deletions