Re: Transactions involving multiple postgres foreign servers

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: Vinayak Pokale <pokale_vinayak_q3(at)lab(dot)ntt(dot)co(dot)jp>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>
Subject: Re: Transactions involving multiple postgres foreign servers
Date: 2017-03-29 14:14:53
Message-ID: CAD21AoDrR9GRmvLQFpiZTurU6za0stSb8SkL+GjrwTFUfqD2_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 22, 2017 at 2:49 AM, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> wrote:
> On Thu, Mar 16, 2017 at 2:37 PM, Vinayak Pokale
> <pokale_vinayak_q3(at)lab(dot)ntt(dot)co(dot)jp> wrote:
>> The following review has been posted through the commitfest application:
>> make installcheck-world: tested, passed
>> Implements feature: tested, passed
>> Spec compliant: tested, passed
>> Documentation: tested, passed
>>
>> I have tested the latest patch and it looks good to me,
>> so I marked it "Ready for committer".
>> Anyway, it would be great if anyone could also have a look at the patches and send comments.
>>
>> The new status of this patch is: Ready for Committer
>>
>
> Thank you for updating but I found a bug in 001 patch. Attached latest patches.
> The differences are
> * Fixed a bug.
> * Ran pgindent.
> * Separated the patch supporting GetPrepareID API.
>

Since previous patches conflict with current HEAD, I attached latest
set of patches.

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment Content-Type Size
005_get_prepare_id_api_v12.patch application/octet-stream 17.1 KB
004_regression_test_for_fdw_xact_v12.patch application/octet-stream 7.4 KB
003_fdw_transaction_resolver_v12.patch application/octet-stream 14.5 KB
002_pgfdw_support_atomic_commit_v12.patch application/octet-stream 42.0 KB
001_support_fdw_xact_v12.patch application/octet-stream 106.7 KB
000_register_local_write_v12.patch application/octet-stream 3.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-03-29 14:14:59 Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless)
Previous Message Alexander Korotkov 2017-03-29 14:14:51 Re: [PATCH] Incremental sort