Re: WIP: Access method extendability

Markus Nullmeier <dq124@uni-heidelberg.de>

From: Markus Nullmeier <dq124@uni-heidelberg.de>
To: Alexander Korotkov <a.korotkov@postgrespro.ru>, Teodor Sigaev <teodor@sigaev.ru>, Aleksander Alekseev <a.alekseev@postgrespro.ru>
Cc: Petr Jelinek <petr@2ndquadrant.com>, Alvaro Herrera <alvherre@2ndquadrant.com>, David Steele <david@pgmasters.net>, Michael Paquier <michael.paquier@gmail.com>, Jim Nasby <Jim.Nasby@bluetreble.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-03-31T17:21:12Z
Lists: pgsql-hackers

Attachments

On 03/31/16 17:29, Alexander Korotkov wrote:

> New revision of patches is attached.

> 1) API of generic xlog was changed: now there is no static variables,
>    GenericXLogStart() returns palloc'd struct.

Attached are two trivial documentation editing fixes for this, as an
incremental patch.

-- 
Markus Nullmeier            http://www.g-vo.org
German Astrophysical Virtual Observatory (GAVO)

Commits

  1. Support CREATE ACCESS METHOD

  2. Restructure index access method API to hide most of it at the C level.