Re: Sequence Access Method WIP - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: Sequence Access Method WIP
Date
Msg-id CAMsr+YETwmoL2tGa8Zvsq8D8VM=oMPM1zYPMYZge-3tzpCG29A@mail.gmail.com
Whole thread Raw
In response to Re: Sequence Access Method WIP  (Petr Jelinek <petr@2ndquadrant.com>)
Responses Re: Sequence Access Method WIP  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers

On 1 January 2016 at 07:51, Petr Jelinek <petr@2ndquadrant.com> wrote:

Other than that, this is based on the new am api by Alexander Korotkov [1]. It extends it by adding another column called amkind to the pg_am which can have either value "i" for index or "S" for sequence (same as relkind in pg_class for those).


Setting waiting-on-author in the CF app.

The good news is that the commit of the pg_am rework greatly eases the path of this patch into core.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Do we need SQL-level access to amoptions functions?
Next
From: Craig Ringer
Date:
Subject: Re: Sequence Access Method WIP