Re: Postgres v15 windows bincheck regression test failures

From: Alexander Lakhin <exclusion(at)gmail(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>, 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 04:00:01
Message-ID: 85f1f7d9-9ec6-2e2c-30b3-05be0fa0f3c1@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

28.07.2023 05:17, Noah Misch wrote:
> 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.

It seems to me that it's just another manifestation of bug #16678 ([1]).
See also commits 6051857fc and 29992a6a5.

[1] https://www.postgresql.org/message-id/flat/16678-253e48d34dc0c376%40postgresql.org

Best regards,
Alexander

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey Lepikhov 2023-07-28 04:27:40 Re: [PoC] Reducing planning time when tables have many partitions
Previous Message Michael Paquier 2023-07-28 03:24:28 Add assertion on held AddinShmemInitLock in GetNamedLWLockTranche()