Обсуждение: pgsql: Cause pg_regress to invoke the temporary postmaster as 'postgres'

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

pgsql: Cause pg_regress to invoke the temporary postmaster as 'postgres'

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Cause pg_regress to invoke the temporary postmaster as 'postgres' not
'postmaster', so as not to depend on the existence of the postmaster
symlink.  Also, implement postmaster-still-alive and postmaster-kill
operations for Windows, per Magnus.

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.c (r1.21 -> r1.22)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c.diff?r1=1.21&r2=1.22)