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 Andres Freund
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 20220215055452.htoaqggjomtyoidf@alap3.anarazel.de
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  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Hi,

On 2022-02-14 20:22:34 -0500, Tom Lane wrote:
> 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.

Cool.

> > 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.

Pushed the test now.

Greetings,

Andres Freund



pgsql-bugs by date:

Previous
From: wliang@stu.xidian.edu.cn
Date:
Subject: Report a potential memory leak in describeOneTableDetails()
Next
From: PG Bug reporting form
Date:
Subject: BUG #17404: CREATE OR REPLACE VIEW does not properly change the COLLATION of an existing field.