Re: Postgres v15 windows bincheck regression test failures

From: Alexander Lakhin <exclusion(at)gmail(dot)com>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: Russell Foster <russell(dot)foster(dot)coding(at)gmail(dot)com>, 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 13:00:00
Message-ID: f5877f69-3498-88c3-365f-6fc357bd0644@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

28.07.2023 14:42, Noah Misch wrpte:
> That was about a bug that appears when using TCP sockets. ...

Yes, and according to the failed test output, TCP sockets were used:

#                   'pg_amcheck: error: connection to server at
"127.0.0.1", port 49393 failed: server closed the connection
unexpectedly
#       This probably means the server terminated abnormally
#       before or while processing the request.

Best regards,
Alexander

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikita Malakhov 2023-07-28 13:01:44 Re: POC: Extension for adding distributed tracing - pg_tracing
Previous Message Tomas Vondra 2023-07-28 12:56:34 Re: logical decoding and replication of sequences, take 2