pgsql: Re-add "make check" target in src/test/isolation/Makefile

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Re-add "make check" target in src/test/isolation/Makefile
Date: 2012-03-02 20:12:20
Message-ID: E1S3Ypw-00058S-38@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Re-add "make check" target in src/test/isolation/Makefile

This effectively reverts 7886cc73ad12fb9b5a729b6c8152f11a309f5d65,
which was done under the impression that isolationtester needs libpq,
which it no longer does (and never really did).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8e5f4300fdcadac1bfd72a7d1a0225030226c800

Modified Files
--------------
src/test/isolation/Makefile | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-03-02 20:37:41 pgsql: Fix incorrect uses of gzFile
Previous Message Tom Lane 2012-03-02 19:29:14 pgsql: Allow child-relation entries to be made in ec_has_const Equivale