From: | Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Asim R P <apraveen(at)pivotal(dot)io>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Ashwin Agrawal <aagrawal(at)pivotal(dot)io>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
Subject: | Re: Pluggable Storage - Andres's take |
Date: | 2019-03-09 00:03:21 |
Message-ID: | CAJrrPGd+rkz54wE-oXRojg4XwC3bcF6bjjRziD+XhFup9Q3n2w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Mar 7, 2019 at 6:33 AM Andres Freund <andres(at)anarazel(dot)de> wrote:
> Hi,
>
> On 2019-03-05 23:07:21 -0800, Andres Freund wrote:
> > My next steps are:
> > - final polish & push the basic DDL and pg_dump patches
>
> Done and pushed. Some collation dependent fallout, I'm hoping I've just
> fixed that.
>
Thanks for the corrections that I missed, also for the extra changes.
Here I attached the rebased patches that I shared earlier. I am adding the
comments to explain the API's in the code, will share those patches later.
I observed a crash with the latest patch series in the COPY command.
I am not sure whether the problem is with the reduce of tableOid patch
problem,
Will check it and correct the problem.
Regards,
Haribabu Kommi
Fujitsu Australia
Attachment | Content-Type | Size |
---|---|---|
0010-Table-access-method-API-explanation.patch | application/octet-stream | 22.8 KB |
0001-Reduce-the-use-of-HeapTuple-t_tableOid.patch | application/octet-stream | 53.8 KB |
0003-Docs-of-default_table_access_method-GUC.patch | application/octet-stream | 2.0 KB |
0004-Rename-indexam.sgml-to-am.sgml.patch | application/octet-stream | 2.3 KB |
0002-Removal-of-scan_update_snapshot-callback.patch | application/octet-stream | 4.8 KB |
0005-Reorganize-am-as-both-table-and-index.patch | application/octet-stream | 4.0 KB |
0006-Doc-update-of-Create-access-method-type-table.patch | application/octet-stream | 2.8 KB |
0009-Doc-of-CREATE-TABLE-AS-.-USING-syntax.patch | application/octet-stream | 2.1 KB |
0007-Doc-update-of-create-materialized-view-.-USING-synta.patch | application/octet-stream | 2.1 KB |
0008-Doc-update-of-CREATE-TABLE-.-USING-syntax.patch | application/octet-stream | 4.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2019-03-09 00:09:24 | Re: Fwd: Add tablespace tap test to pg_rewind |
Previous Message | Michael Paquier | 2019-03-09 00:02:55 | Re: Is it too soon for a PG12 open items wiki page? |