Re: Pluggable storage

From: Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Pluggable storage
Date: 2017-09-09 03:23:32
Message-ID: CAJrrPGc_NjN-+jxNpvMEkAszSCDw=GfWSisTjkcwnzq9_0PK1A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 7, 2017 at 11:53 AM, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com
> wrote:

> On Fri, Sep 1, 2017 at 1:51 PM, Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>
> wrote:
> > Here I attached new set of patches that are rebased to the latest master.
>
> Hi Haribabu,
>
> Could you please post a new rebased version?
> 0007-Scan-functions-are-added-to-storage-AM.patch conflicts with
> recent changes.
>

Thanks for checking the patch.

I rebased the patch to the latest master and also fixed the duplicate OID
and some slot fixes. Updated patches are attached.

Regards,
Hari Babu
Fujitsu Australia

Attachment Content-Type Size
0007-Scan-functions-are-added-to-storage-AM.patch application/octet-stream 178.0 KB
0001-Change-Create-Access-method-to-include-storage-handl.patch application/octet-stream 9.6 KB
0002-Storage-AM-API-hooks-and-related-functions.patch application/octet-stream 18.3 KB
0003-Adding-storageam-hanlder-to-relation-structure.patch application/octet-stream 7.0 KB
0004-Adding-tuple-visibility-function-to-storage-AM.patch application/octet-stream 145.7 KB
0005-slot-hooks-are-added-to-storage-AM.patch application/octet-stream 60.2 KB
0006-Tuple-Insert-API-is-added-to-Storage-AM.patch application/octet-stream 246.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Haribabu Kommi 2017-09-09 03:29:45 Re: Refactor handling of database attributes between pg_dump and pg_dumpall
Previous Message Jeevan Ladhe 2017-09-09 03:07:10 Re: Adding support for Default partition in partitioning