Re: WIP: Access method extendability
Alexander Korotkov <a.korotkov@postgrespro.ru>
From: Alexander Korotkov <a.korotkov@postgrespro.ru>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Petr Jelinek <petr@2ndquadrant.com>,
Michael Paquier <michael.paquier@gmail.com>, Teodor Sigaev <teodor@sigaev.ru>, Jim Nasby <Jim.Nasby@bluetreble.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2016-03-09T19:31:16Z
Lists: pgsql-hackers
Attachments
- 0001-create-am.11.patch (application/octet-stream) patch 0001
- 0002-generic-xlog.11.patch (application/octet-stream) patch 0002
- 0003-bloom-contrib.11.patch (application/octet-stream) patch 0003
Hi! On Wed, Mar 9, 2016 at 3:27 PM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote: > Hi. As I just said to Tomas Vondra: since your patch creates a new > object type, please make sure to add a case to cover it in the > object_address.sql test. That verifies some things such as > pg_identify_object and related. > Good catch, thanks! Tests were added. I also introduced numbering into patch names to make evident the order to their application. ------ 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