Re: WIP: Access method extendability
Petr Jelinek <petr@2ndquadrant.com>
From: Petr Jelinek <petr@2ndquadrant.com>
To: Teodor Sigaev <teodor@sigaev.ru>, David Steele <david@pgmasters.net>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
Alexander Korotkov <a.korotkov@postgrespro.ru>
Cc: Michael Paquier <michael.paquier@gmail.com>,
Jim Nasby <Jim.Nasby@bluetreble.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-03-29T15:57:00Z
Lists: pgsql-hackers
Attachments
- 0002-generic-xlog.13.patch (text/plain) patch 0002
On 29/03/16 17:33, Teodor Sigaev wrote: >> Does that mean this patch should be closed or is there more remaining >> to commit? > > Petr promises to check english in comments/docs in generic-wal patch at > this week, bloom patch depends on it. Bloom patch is ready from my point > of view. > And here it is. It's not perfect but it's better (I am not native speaker either). It's same as v12, just changed comments somewhat. -- Petr Jelinek http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
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