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

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 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-05 00:21:26
Message-ID: CA+hUKG+YkNGBQ35QkhNe643B4Y1T=PUq6qpmp54eJ2Ejt1Zm_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Mar 5, 2022 at 10:56 AM Andres Freund <andres(at)anarazel(dot)de> wrote:
> I suspect one also needs the console detach thing.

I tried adding DETACHED_PROCESS (which should be like calling
FreeConsole() in child process) and then I tried CREATE_NEW_CONSOLE
instead, on top of CREATE_NEW_PROCESS_GROUP. Neither helped, though I
lost the postmaster's output.

Things I tried and their output are here:
https://github.com/macdice/postgres/commits/hack3

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2022-03-05 01:04:05 [PoC] Let libpq reject unexpected authentication requests
Previous Message Tatsuo Ishii 2022-03-04 23:03:37 Re: Proposal: Support custom authentication methods using hooks,Re: Proposal: Support custom authentication methods using hooks