pgsql: The libpq library directory was mentioned here in the wrong

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The libpq library directory was mentioned here in the wrong
Date: 2007-01-20 15:26:28
Message-ID: 20070120152628.AA9DD9FB4BA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
The libpq library directory was mentioned here in the wrong place, which
might lead to a previously installed libpq being used instead. But we
don't actually have to link with libpq here at all, so remove it.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/test:
Makefile.regress (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/Makefile.regress.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-20 15:43:54 pgsql: Document that to remove template1, datistemplate must be 'false'.
Previous Message Peter Eisentraut 2007-01-20 15:25:30 pgsql: Only build ecpg test code when the test is to be performed, in