Re: Sequence Access Method WIP
Simon Riggs <simon@2ndquadrant.com>
From: Simon Riggs <simon@2ndQuadrant.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2013-11-14T20:10:17Z
Lists: pgsql-hackers
Attachments
- seqam.v33.patch (application/octet-stream) patch v33
- gapless.tar (application/x-tar)
- seq_test.psql (application/octet-stream)
On 16 January 2013 00:40, Simon Riggs <simon@2ndquadrant.com> wrote: > SeqAm allows you to specify a plugin that alters the behaviour for > sequence allocation and resetting, aimed specifically at clustering > systems. > > New command options on end of statement allow syntax > CREATE SEQUENCE foo_seq > USING globalseq Production version of this, ready for commit to PG 9.4 Includes test extension which allows sequences without gaps - "gapless". Test using seq_test.psql after creating extension. No dependencies on other patches. -- Simon Riggs http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Add missing gss option to msvc config template
- 3063e7a84026 9.6.0 cited