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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pg_regress.c get paths from pg_config_paths.h, instead of -D
Date: 2006-07-20 01:16:57
Message-ID: 20060720011657.DBDE79FA4AA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-07-20 02:10:00 pgsql: Fix pg_regress.c to report tests in a parallel group when they
Previous Message Tom Lane 2006-07-20 00:46:56 pgsql: Don't try to truncate multixact SLRU files in checkpoints done