Re: BUG #17391: While using --with-ssl=openssl and PG_TEST_EXTRA='ssl' options, SSL tests fail on OpenBSD 7.0 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17391: While using --with-ssl=openssl and PG_TEST_EXTRA='ssl' options, SSL tests fail on OpenBSD 7.0
Date
Msg-id 2969732.1644888154@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #17391: While using --with-ssl=openssl and PG_TEST_EXTRA='ssl' options, SSL tests fail on OpenBSD 7.0  (Andres Freund <andres@anarazel.de>)
Responses Re: BUG #17391: While using --with-ssl=openssl and PG_TEST_EXTRA='ssl' options, SSL tests fail on OpenBSD 7.0
List pgsql-bugs
Andres Freund <andres@anarazel.de> writes:
> Is the generation of the duplicated error message reliable in case of a
> pg_terminate_backend()? Kinda looks like it should be?

Yeah, I think it is.  libpq wouldn't notice EOF until after it
returns the backend's FATAL message.

> I guess I'll push the fix without a test for now...

Might as well push it with.  If that behavior isn't stable,
it'd be nice to know.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #17391: While using --with-ssl=openssl and PG_TEST_EXTRA='ssl' options, SSL tests fail on OpenBSD 7.0
Next
From: wliang@stu.xidian.edu.cn
Date:
Subject: Report a potential memory leak in setup_config()