Re: WIP: Access method extendability
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Alexander Korotkov <aekorotkov@gmail.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Teodor Sigaev <teodor@sigaev.ru>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-03-22T21:10:11Z
Lists: pgsql-hackers
On Tue, Mar 22, 2016 at 5:50 AM, Alexander Korotkov <aekorotkov@gmail.com> wrote: >> And then Alexander posted this version, without any discussion that >> evidenced that those old objections were overridden. What happened >> here? Did somebody discuss this in unarchived meetings? If so, it >> would be good to know about that in this thread. > > After that Tom Lane committed very huge patch about rework AM API. One of > aims of this patch was support for CREATE ACCESS METHOD command. > http://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=65c5fcd353a859da9e61bfb2b92a99f12937de3b > I've initially positioned this patch as refactoring for support CREATE > ACCESS METHOD command. > http://www.postgresql.org/message-id/CAPpHfdtLiSXmXk2b4tW+4+No_1-T0raO5fOYszhO6+Sn2Om+xw@mail.gmail.com > During discussing Tom mentioned future CREATE ACCESS METHOD command. > http://www.postgresql.org/message-id/16164.1439222900@sss.pgh.pa.us > I don't think Tom would put so much efforts in this direction if he would > remain opposed to this command. Yeah, I rather thought we had consensus on that. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
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