pgsql: Fix schedule of ecpg test files to only try two-phase commit tes

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix schedule of ecpg test files to only try two-phase commit tes
Date: 2017-03-18 09:35:56
Message-ID: E1cpAmC-0007Q6-Lb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix schedule of ecpg test files to only try two-phase commit test when possible.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/928250aef5f8363825acbf58540328089c26b0d4

Modified Files
--------------
src/interfaces/ecpg/test/Makefile | 13 ++++++++++++-
src/interfaces/ecpg/test/ecpg_schedule | 1 -
2 files changed, 12 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-03-18 11:43:13 pgsql: Create and use wait events for read, write, and fsync operations
Previous Message Tom Lane 2017-03-17 19:06:14 Re: [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver