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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Cause pg_regress to invoke the temporary postmaster as 'postgres'
Дата
Msg-id 20060924171018.C924B9FA6B5@postgresql.org
обсуждение исходный текст
Список pgsql-committers
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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Suppress useless warning on pre-XP versions of Windows.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix incorrect mapping of fopen mode 'a' in recently-added code to