pgsql: First attempt at removing some AC_CHECK_LIB(foo, main) calls. - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: First attempt at removing some AC_CHECK_LIB(foo, main) calls.
Date
Msg-id 20060204004254.51E3B9DC80C@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
First attempt at removing some AC_CHECK_LIB(foo, main) calls.

Modified Files:
--------------
    pgsql:
        configure (r1.474 -> r1.475)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.474&r2=1.475)
        configure.in (r1.444 -> r1.445)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.444&r2=1.445)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Teach planner to convert simple UNION ALL subqueries into append
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Move thread_test directory from /tools to /test so source-only