Re: WIP: Access method extendability

From: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
To: Jim Nasby <Jim(dot)Nasby(at)bluetreble(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP: Access method extendability
Date: 2016-02-16 12:42:18
Message-ID: CAPpHfdu9gLN7kuicweGsp50CaAMWx8Q-JWzbPehc92rvFHzkeg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Feb 15, 2016 at 5:30 PM, Alexander Korotkov <
a(dot)korotkov(at)postgrespro(dot)ru> wrote:

> General notes about current version of patch:
> * A lot of comments added.
> * bloom documentation is moved from README to SGML with a lot of addons
> and cleanup.
> * Memory move support in generic xlog is removed. Now it's much more
> simple and clean.
> * Tests for CREATE ACCESS METHOD added. For now, it creates a mirror of
> GiST access method.
> * Syntax for CREATE ACCESS METHOD is changed. For now, it's "CREATE ACCESS
> METHOD amname TYPE INDEX HANDLER handler;" in respect of parallel work on
> sequential access methods. New access method attribute added: amtype.
>

Next version of patch is attached:
* Documentation for CREATE ACCESS METHOD command is added.
* Refactoring and comments for bloom contrib.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Attachment Content-Type Size
create-am.7.patch application/octet-stream 66.4 KB
generic-xlog.7.patch application/octet-stream 22.6 KB
bloom-contrib.7.patch application/octet-stream 133.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-02-16 12:47:28 Re: extend pgbench expressions with functions
Previous Message Robert Haas 2016-02-16 12:39:51 Re: Remove or weaken hints about "effective resolution of sleep delays is 10 ms"?