pgsql: Remove unnecessary and unreliable test

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unnecessary and unreliable test
Date: 2015-02-20 17:06:45
Message-ID: E1YOr2L-0006bz-Jv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary and unreliable test

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8902f79264d95ed84e4c9fb4749b3956b4c74349

Modified Files
--------------
src/test/regress/expected/prepared_xacts.out | 50 ----------------------
src/test/regress/expected/prepared_xacts_1.out | 53 ------------------------
src/test/regress/sql/prepared_xacts.sql | 27 ------------
3 files changed, 130 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-02-20 21:51:58 pgsql: Use FLEXIBLE_ARRAY_MEMBER in struct varlena.
Previous Message Andres Freund 2015-02-20 16:17:46 Re: pgsql: Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.