Re: buildfarm windows checks / tap tests on windows

From: Andres Freund <andres(at)anarazel(dot)de>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: buildfarm windows checks / tap tests on windows
Date: 2021-03-04 17:56:50
Message-ID: 20210304175650.bcpxru5mxu4to5ax@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2021-03-04 11:10:19 -0500, Andrew Dunstan wrote:
> Here's the patch.

Awesome. Will you commit it?

> I didn't see a convenient way of handling the pg_recvlogical case, so
> that's unchanged.

Is the problem actually the kill_kill() itself, or just doing
->kill_kill() without a subsequent ->finish()?

But anyway, that seems like a less critical test...

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joel Jacobson 2021-03-04 18:05:09 Re: [PATCH] Support empty ranges with bounds information
Previous Message Tom Lane 2021-03-04 17:53:54 Re: Shared memory size computation oversight?