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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Make pg_regress.c get paths from pg_config_paths.h, instead of -D
Дата
Msg-id 20060720011657.DBDE79FA4AA@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Don't try to truncate multixact SLRU files in checkpoints done
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix pg_regress.c to report tests in a parallel group when they