pgsql: The libpq library directory was mentioned here in the wrong - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: The libpq library directory was mentioned here in the wrong
Date
Msg-id 20070120152628.AA9DD9FB4BA@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Only build ecpg test code when the test is to be performed, in
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that to remove template1, datistemplate must be 'false'.