Re: pg_regress starting postmaster

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: pg_regress starting postmaster
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FBDB@algol.sollentuna.se
обсуждение исходный текст
Ответ на Re: pg_regress starting postmaster  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_regress starting postmaster  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> > subject says it all. pg_regress starts "postmaster" (pg_regress.c,
> > line 1515). Shouldn't this be "postgres" these days?
>
> No.  We're a very long way away from considering removing the
> postmaster symlink, so it doesn't matter.

Well, per previous discussion, we're removing postmaster.exe from the
win32 installer, because it bloats the distribution wihtout any gain
(remember - windows doesn't have symlinks, so we need a complete copy of
a file that's 4Mb or so). So it would matter there.


> > Actually, a second thought given that I was just bitten by the
> > run-tests-as-admin-doesn't-work - should we use pg_ctl to start it?
> No, not unless you'd like to break pg_regress's ability to
> kill the postmaster --- we need the postmaster to be the
> direct child process.

D'oh, forgot about that. Nevermind about that part then.

//Magnus


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

Предыдущее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: Buildfarm alarms
Следующее
От: Tom Lane
Дата:
Сообщение: Re: AllocFile debug code