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

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, byavuz81(at)gmail(dot)com, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>, Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>, Michael Paquier <michael(at)paquier(dot)xyz>
Subject: Re: BUG #17391: While using --with-ssl=openssl and PG_TEST_EXTRA='ssl' options, SSL tests fail on OpenBSD 7.0
Date: 2022-02-15 05:54:52
Message-ID: 20220215055452.htoaqggjomtyoidf@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

On 2022-02-14 20:22:34 -0500, Tom Lane wrote:
> Andres Freund <andres(at)anarazel(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2022-02-15 08:51:11 BUG #17404: CREATE OR REPLACE VIEW does not properly change the COLLATION of an existing field.
Previous Message wliang 2022-02-15 02:05:04 Report a potential memory leak in describeOneTableDetails()