Re: Regression tests failures on Windows Server 2019 - on master at commit # d816f366b

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Regression tests failures on Windows Server 2019 - on master at commit # d816f366b
Дата
Msg-id 3984606.1646431598@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Regression tests failures on Windows Server 2019 - on master at commit # d816f366b  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I don't really understand why start_postmaster() bothers to wrap postmaster
> start through cmd.exe, particularly when it prevents us from getting
> postmaster's pid. Also the caveats around cmd.exe and sharing mode.

I think the basic idea is to avoid having to write our own code to do
the I/O redirections --- that's certainly why we use a shell on the
Unix side.  But it might well be that biting the bullet and handling
redirection ourselves would be easier than coping with all these
other problems.

            regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Regression tests failures on Windows Server 2019 - on master at commit # d816f366b
Следующее
От: Nikita Glukhov
Дата:
Сообщение: Re: ltree_gist indexes broken after pg_upgrade from 12 to 13