From: | Masahiko Sawada <masahiko(dot)sawada(at)2ndquadrant(dot)com> |
---|---|
To: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Ildar Musin <ildar(at)adjust(dot)com>, Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, Chris Travers <chris(dot)travers(at)adjust(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, "Tsunakawa, Takayuki" <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com> |
Subject: | Re: Transactions involving multiple postgres foreign servers, take 2 |
Date: | 2020-01-24 06:00:50 |
Message-ID: | CA+fd4k7hneVy3ecpQyz2x1FyMWi5OdhRhFMBUc-Kb8DgVn15XQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, 6 Dec 2019 at 17:33, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> wrote:
>
> Hello.
>
> This is the reased (and a bit fixed) version of the patch. This
> applies on the master HEAD and passes all provided tests.
>
> I took over this work from Sawada-san. I'll begin with reviewing the
> current patch.
>
The previous patch set is no longer applied cleanly to the current
HEAD. I've updated and slightly modified the codes.
This patch set has been marked as Waiting on Author for a long time
but the correct status now is Needs Review. The patch actually was
updated and incorporated all review comments but they was not rebased
actively.
The mail[1] I posted before would be helpful to understand the current
patch design and there are README in the patch and a wiki page[2].
I've marked this as Needs Review.
Regards,
[1] https://www.postgresql.org/message-id/CAD21AoDn98axH1bEoMnte%2BS7WWR%3DnsmOpjz1WGH-NvJi4aLu3Q%40mail.gmail.com
[2] https://wiki.postgresql.org/wiki/Atomic_Commit_of_Distributed_Transactions
--
Masahiko Sawada http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Attachment | Content-Type | Size |
---|---|---|
v27-0005-Add-regression-tests-for-atomic-commit.patch | application/octet-stream | 8.1 KB |
v27-0001-Keep-track-of-writing-on-non-temporary-relation.patch | application/octet-stream | 2.3 KB |
v27-0002-Support-atomic-commit-among-multiple-foreign-ser.patch | application/octet-stream | 191.0 KB |
v27-0003-Documentation-update.patch | application/octet-stream | 40.2 KB |
v27-0004-postgres_fdw-supports-atomic-commit-APIs.patch | application/octet-stream | 45.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Julien Rouhaud | 2020-01-24 06:31:06 | Re: Add pg_file_sync() to adminpack |
Previous Message | Michael Paquier | 2020-01-24 05:56:45 | Re: Add pg_file_sync() to adminpack |