| From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
|---|---|
| To: | Andres Freund <andres(at)anarazel(dot)de> |
| 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:34:06 |
| Message-ID: | B9497422-6B0E-48FF-B5E9-E3820AF21320@yesql.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
> 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.
--
Daniel Gustafsson https://vmware.com/
| Attachment | Content-Type | Size |
|---|---|---|
| fix_msvc.diff | application/octet-stream | 2.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2021-12-02 22:54:20 | Re: pgsql: Add TAP tests for contrib/sslinfo |
| Previous Message | Tom Lane | 2021-12-02 22:15:34 | pgsql: On Windows, close the client socket explicitly during backend sh |