pgsql: Add test case for two phase commit. Also by Masahiko Sawada.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add test case for two phase commit. Also by Masahiko Sawada.
Date: 2017-03-13 20:04:08
Message-ID: E1cnWCO-0000pN-1i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-13 20:47:27 pgsql: Remove unnecessary dependency on statement_timeout in prepared_x
Previous Message Michael Meskes 2017-03-13 20:03:31 pgsql: Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2017-03-13 20:05:41 Re: [HACKERS] Two phase commit in ECPG
Previous Message Robert Haas 2017-03-13 19:46:51 Re: Should buffer of initialization fork have a BM_PERMANENT flag