| From: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Sequence Access Method WIP |
| Date: | 2013-11-15 19:00:00 |
| Message-ID: | CA+U5nMJ2vpvf2AVnFZD+suGJGLNHKHy1ri_+VJpL+Z0frXXC2Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 15 November 2013 15:48, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> On 11/14/13, 3:10 PM, Simon Riggs wrote:
>> On 16 January 2013 00:40, Simon Riggs <simon(at)2ndquadrant(dot)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
>
> This patch doesn't apply anymore.
Yes, a patch conflict was just committed, will repost.
> Also, you set this to "returned with feedback" in the CF app. Please
> verify whether that was intentional.
Not sure that was me, if so, corrected.
--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2013-11-15 19:16:25 | Review:Patch: SSL: prefer server cipher order |
| Previous Message | Peter Eisentraut | 2013-11-15 18:55:29 | Re: REINDEX CONCURRENTLY 2.0 |