pgsql: Add tests for two-phase commit

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add tests for two-phase commit
Date: 2017-02-21 22:01:59
Message-ID: E1cgIVT-0002qJ-Gi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add tests for two-phase commit

There's some ongoing performance work on this area, so let's make sure
we don't break things.

Extracted from a larger patch originally by Stas Kelvich.

Authors: Stas Kelvich, Nikhil Sontakke, Michael Paquier
Discussion: https://postgr.es/m/CAMGcDxfsuLLOg=h5cTg3g77Jjk-UGnt=RW7zK57zBSoFsapiWA@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/30820982b295404ed00ddd28c8864211dc986dd3

Modified Files
--------------
src/test/recovery/t/009_twophase.pl | 322 ++++++++++++++++++++++++++++++++++++
1 file changed, 322 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-02-21 22:51:47 pgsql: Fix sloppy handling of corner-case errors in fd.c.
Previous Message Michael Paquier 2017-02-21 21:57:56 Re: pgsql: Fix connection leak in DROP SUBSCRIPTION command.