[HACKERS] Re: [COMMITTERS] pgsql: Add test case for two phase commit. Also byMasahiko Sawada. - Mailing list pgsql-hackers

From Michael Paquier
Subject [HACKERS] Re: [COMMITTERS] pgsql: Add test case for two phase commit. Also byMasahiko Sawada.
Date
Msg-id CAB7nPqTXK9Qn8TmonPf29jNXGw_CA3fTDaRfgnbHCFYr-Tx6qw@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] Re: [COMMITTERS] pgsql: Add test case for two phasecommit. Also by Masahiko Sawada.  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Tue, Mar 14, 2017 at 5:04 AM, Michael Meskes <meskes@postgresql.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.
-- 
Michael

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Beena Emerson
Date:
Subject: Re: [HACKERS] increasing the default WAL segment size
Next
From: Vaishnavi Prabakaran
Date:
Subject: Re: [HACKERS] PATCH: Batch/pipelining support for libpq