Re: WIP: Access method extendability
Markus Nullmeier <dq124@uni-heidelberg.de>
From: Markus Nullmeier <dq124@uni-heidelberg.de>
To: pgsql-hackers@postgresql.org,
Alexander Korotkov <a.korotkov@postgrespro.ru>
Date: 2016-03-30T16:35:12Z
Lists: pgsql-hackers
Attachments
- generic-xlog-14-fixes-delta.patch (text/x-patch) patch
Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru> wrote: > I heard no objections. There is revision of patch where generic WAL > interface description was moved to documentation. This description > contains improvements by Petr Jelinek, Alvaro Herrera and Markus Nullmeier Attached are a few more small fixes as an incremental patch (typos / etc.). -- Markus Nullmeier http://www.g-vo.org German Astrophysical Virtual Observatory (GAVO)
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