pgsql: Make pg_regress.c get paths from pg_config_paths.h, instead of -D - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make pg_regress.c get paths from pg_config_paths.h, instead of -D
Date
Msg-id 20060720011657.DBDE79FA4AA@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make pg_regress.c get paths from pg_config_paths.h, instead of -D
switches passed from the Makefile.  This looks like it will fix
problem with virtual vs real paths under msys.

Modified Files:
--------------
    pgsql/src/test/regress:
        GNUmakefile (r1.60 -> r1.61)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/GNUmakefile.diff?r1=1.60&r2=1.61)
        pg_regress.c (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.5&r2=1.6)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Don't try to truncate multixact SLRU files in checkpoints done
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pg_regress.c to report tests in a parallel group when they