Re: pgsql: Add TAP tests for contrib/sslinfo

From: Andres Freund <andres(at)anarazel(dot)de>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)lists(dot)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: pgsql: Add TAP tests for contrib/sslinfo
Date: 2021-12-02 22:54:20
Message-ID: 20211202225420.paxktwhvd7irgael@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On 2021-12-02 23:34:06 +0100, Daniel Gustafsson wrote:
> > On 2 Dec 2021, at 22:21, Andres Freund <andres(at)anarazel(dot)de> wrote:
>
> > And this works because it uses *forward* slashes instad of backward slashes,
> > which then do not get escaped by the guc machinery.
>
> Correct. Applying the same fix to the src/test/ssl/t/00X (per the attached)
> makes the ssl tests pass in MSVC when using your Cirrus CI file from the "Add
> CI" thread.

Cool. I guess you're coming to commit something like that?

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-12-02 22:59:20 Re: pgsql: Add TAP tests for contrib/sslinfo
Previous Message Daniel Gustafsson 2021-12-02 22:34:06 Re: pgsql: Add TAP tests for contrib/sslinfo