Thread: pgsql: Don't link pg_isolation_regress with libpq

pgsql: Don't link pg_isolation_regress with libpq

From
Peter Eisentraut
Date:
Don't link pg_isolation_regress with libpq

It's not necessary and can only create confusion about which libpq
installation should be used.

Also remove some dead code from the makefile that was apparently
copied from elsewhere.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/36a1a8c33d0d400b246dec8395990725b98801b7

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