Re: WIP: Access method extendability
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Andres Freund <andres@2ndquadrant.com>
Cc: Alexander Korotkov <aekorotkov@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2014-10-28T16:19:22Z
Lists: pgsql-hackers
* Andres Freund (andres@2ndquadrant.com) wrote: > The other thing I'm not sure about is that I'm unconvinced that we > really want external AMs... I was wondering about this also and curious as to if there's been any prior on-list discussion about this proposal that I've simply missed..? Would be happy to go back and review earlier discussions, of course, but I don't recall there being any. Thanks, Stephen
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