Re: WIP: Access method extendability
Oleg Bartunov <obartunov@gmail.com>
From: Oleg Bartunov <obartunov@gmail.com>
To: Alexander Korotkov <a.korotkov@postgrespro.ru>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Petr Jelinek <petr@2ndquadrant.com>, Michael Paquier <michael.paquier@gmail.com>,
Teodor Sigaev <teodor@sigaev.ru>, Jim Nasby <Jim.Nasby@bluetreble.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-03-11T18:24:19Z
Lists: pgsql-hackers
On Wed, Mar 9, 2016 at 8:31 PM, Alexander Korotkov < a.korotkov@postgrespro.ru> wrote: > Hi! > > On Wed, Mar 9, 2016 at 3:27 PM, Alvaro Herrera <alvherre@2ndquadrant.com> > wrote: > >> Hi. As I just said to Tomas Vondra: since your patch creates a new >> object type, please make sure to add a case to cover it in the >> object_address.sql test. That verifies some things such as >> pg_identify_object and related. >> > > Good catch, thanks! Tests were added. > I also introduced numbering into patch names to make evident the order to > their application. > > Nice to see progress ! I hope to see Alexander' work in 9.6. I and Teodor will show at PGCon new GIN AM as an extension, optimized for full text search (millisecond FTS) , which we gave up to push into core. > ------ > Alexander Korotkov > Postgres Professional: http://www.postgrespro.com > The Russian Postgres Company > > > > -- > Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-hackers > >
Commits
-
Support CREATE ACCESS METHOD
- 473b93287040 9.6.0 landed
-
Restructure index access method API to hide most of it at the C level.
- 65c5fcd353a8 9.6.0 cited