Обсуждение: pgsql-server/src/test/regress pg_regress.sh

Поиск
Список
Период
Сортировка

pgsql-server/src/test/regress pg_regress.sh

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/07/31 16:20:42

Modified files:
    src/test/regress: pg_regress.sh

Log message:
    When using a temp installation, unset PGUSER and other variables we
    might have inherited from the environment that would possibly cause
    psql to fail to connect to the temp installation properly.  Per trouble
    report from Markus Bertheau 7/1/03.