Thread: pgsql: Provide for a file specifying non-standard config options for

pgsql: Provide for a file specifying non-standard config options for

From
adunstan@postgresql.org (Andrew Dunstan)
Date:
Log Message:
-----------
Provide for a file specifying non-standard config options for temp install
for pg_regress, via --temp-config option. Pick this up in the make file
via TEMP_CONFIG setting.

Modified Files:
--------------
    pgsql/src/test/regress:
        GNUmakefile (r1.68 -> r1.69)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/GNUmakefile?r1=1.68&r2=1.69)
        pg_regress.c (r1.36 -> r1.37)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.36&r2=1.37)