pgsql: Don't link pg_isolation_regress with libpq

Started by Peter Eisentrautover 14 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(-)