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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Regression tests failures on Windows Server 2019 - on master at commit # d816f366b
Date: 2022-03-04 22:06:38
Message-ID: 3984606.1646431598@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)anarazel(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikita Glukhov 2022-03-04 22:09:26 Re: ltree_gist indexes broken after pg_upgrade from 12 to 13
Previous Message Andres Freund 2022-03-04 22:04:44 Re: Regression tests failures on Windows Server 2019 - on master at commit # d816f366b