pgsql: Additional tests for subtransactions in recovery

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Additional tests for subtransactions in recovery
Date: 2017-04-27 12:28:40
Message-ID: E1d3iXI-000657-AS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Additional tests for subtransactions in recovery

Tests for normal and prepared transactions

Author: Nikhil Sontakke, placed in new test file by me

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0352c15e5ab4f70c3ab2ac1d48d9f38a5dd11786

Modified Files
--------------
src/test/recovery/t/009_twophase.pl | 39 +-----
src/test/recovery/t/012_subtransactions.pl | 197 +++++++++++++++++++++++++++++
2 files changed, 198 insertions(+), 38 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2017-04-27 12:41:47 Re: pgsql: Additional tests for subtransactions in recovery
Previous Message Peter Eisentraut 2017-04-27 01:12:58 pgsql: Fix typo in comment

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-04-27 12:41:47 Re: pgsql: Additional tests for subtransactions in recovery
Previous Message Antonin Houska 2017-04-27 11:23:46 Re: Partition-wise aggregation/grouping