pgsql: Abort if Tcl support was configured and no tcl shell was found. - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Abort if Tcl support was configured and no tcl shell was found.
Date
Msg-id 20080723170750.1F576754A86@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Abort if Tcl support was configured and no tcl shell was found.
This is required because the value is substituted into the pltcl_*mod
scripts.

Modified Files:
--------------
    pgsql:
        configure (r1.598 -> r1.599)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.598&r2=1.599)
    pgsql/config:
        tcl.m4 (r1.5 -> r1.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/config/tcl.m4?r1=1.5&r2=1.6)
    pgsql/doc/src/sgml:
        installation.sgml (r1.310 -> r1.311)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.310&r2=1.311)

pgsql-committers by date:

Previous
From: nanardon@pgfoundry.org (User Nanardon)
Date:
Subject: pgrpm - pgrpm: - think to pass size for rpmhsize function
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor