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

From [email protected] (Peter Eisentraut)
Subject pgsql: The libpq library directory was mentioned here in the wrong
Date
Msg-id [email protected]
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: [email protected] (Peter Eisentraut)
Date:
Subject: pgsql: Only build ecpg test code when the test is to be performed, in
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Document that to remove template1, datistemplate must be 'false'.