Re: Re: [COMMITTERS] pgsql: Add test case for two phase commit. Also by Masahiko Sawada.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Michael Meskes <meskes(at)postgresql(dot)org>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Add test case for two phase commit. Also by Masahiko Sawada.
Date: 2017-03-14 16:19:29
Message-ID: CA+TgmoagcS3LC2zQZ5mw5E2Lw2E0U2cPMWObbKZSe9D1bL2+iA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Tue, Mar 14, 2017 at 2:18 AM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> On Tue, Mar 14, 2017 at 5:04 AM, Michael Meskes <meskes(at)postgresql(dot)org> wrote:
>> Add test case for two phase commit. Also by Masahiko Sawada.
>>
>> Branch
>> ------
>> master
>>
>> Details
>> -------
>> http://git.postgresql.org/pg/commitdiff/42fcad68a9c0e0ebecf6842888723cad1f9d5be2
>>
>> Modified Files
>> --------------
>> src/interfaces/ecpg/test/ecpg_schedule | 1 +
>> src/interfaces/ecpg/test/expected/sql-twophase.c | 114 +++++++++++++++++++++
>> .../ecpg/test/expected/sql-twophase.stderr | 34 ++++++
>> .../ecpg/test/expected/sql-twophase.stdout | 0
>> src/interfaces/ecpg/test/sql/Makefile | 1 +
>> src/interfaces/ecpg/test/sql/twophase.pgc | 44 ++++++++
>> 6 files changed, 194 insertions(+)
>
> This patch has forgotten to update
> src/interfaces/ecpg/test/sql/.gitignore with the new files generated.
> Please see the patch attached.

Thanks, committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-03-14 16:29:53 Re: [COMMITTERS] pgsql: Fix cardinality estimates for parallel joins.
Previous Message Robert Haas 2017-03-14 16:19:17 pgsql: Update .gitignore

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-03-14 16:29:53 Re: [COMMITTERS] pgsql: Fix cardinality estimates for parallel joins.
Previous Message Robert Haas 2017-03-14 16:13:28 Re: Should buffer of initialization fork have a BM_PERMANENT flag