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

From Peter Eisentraut
Subject pgsql: Re-add "make check" target in src/test/isolation/Makefile
Date
Msg-id E1S3Ypw-00058S-38@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Allow child-relation entries to be made in ec_has_const Equivale
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix incorrect uses of gzFile