pgsql: Produce a clean failure in configure when dtrace is selected but - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Produce a clean failure in configure when dtrace is selected but
Date
Msg-id 20060817172543.740069FB25D@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Produce a clean failure in configure when dtrace is selected but cannot be
found.  Besides stopping those early who have no dtrace installed
whatsoever, this will also alert those who have dtrace in /usr/sbin, which
might not be in the path, which would produce confusing failures much later
in the build process.

Add documentation about pointing configure to find dtrace.

Modified Files:
--------------
    pgsql:
        configure (r1.500 -> r1.501)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.500&r2=1.501)
        configure.in (r1.471 -> r1.472)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.471&r2=1.472)
    pgsql/doc/src/sgml:
        installation.sgml (r1.259 -> r1.260)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml.diff?r1=1.259&r2=1.260)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix an oversight in mergejoin planning: the planner would reject
Next
From: diogob@pgfoundry.org (User Diogob)
Date:
Subject: xlogviewer - xlogdump: