Re: Postgres v15 windows bincheck regression test failures

From: Noah Misch <noah(at)leadboat(dot)com>
To: Russell Foster <russell(dot)foster(dot)coding(at)gmail(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Postgres v15 windows bincheck regression test failures
Date: 2023-07-28 02:17:15
Message-ID: 20230728021715.GA3559080@rfd.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 20, 2023 at 07:49:52AM -0400, Russell Foster wrote:
> /*
> * We don't use Unix-domain sockets on Windows by default, even if the
> * build supports them. (See comment at remove_temp() for a reason.)
> * Override at your own risk.
> */
>
> Is there some sort of race condition in the SSPI code that sometimes
> doesn't gracefully finish/close the connection when the backend
> decides to exit due to error?

No. remove_temp() is part of test driver "pg_regress". Non-test usage is
unaffected. Even for test usage, folks have reported no failures from the
cause mentioned in the remove_temp() comment.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2023-07-28 02:23:32 Re: Support worker_spi to execute the function dynamically.
Previous Message Michael Paquier 2023-07-28 01:50:50 Re: Fwd: BUG #18016: REINDEX TABLE failure