Re: WIP: Access method extendability
Alexander Korotkov <aekorotkov@gmail.com>
From: Alexander Korotkov <aekorotkov@gmail.com>
To: Teodor Sigaev <teodor@sigaev.ru>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-01-29T10:09:53Z
Lists: pgsql-hackers
Attachments
- create-am.5.patch (application/octet-stream) patch
- generic-xlog.5.patch (application/octet-stream) patch
- bloom-contrib.5.patch (application/octet-stream) patch
Hi! Patches was rebased against master. In the attached version of patch access methods get support of pg_dump. ------ Alexander Korotkov Postgres Professional: http://www.postgrespro.com The Russian Postgres 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