enable certain TAP tests for MSVC builds

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: enable certain TAP tests for MSVC builds
Date: 2021-12-05 16:57:31
Message-ID: 17093da5-e40d-8335-d53a-2bd803fc38b0@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Certain TAP tests rely on settings that the Make files provide for them.
However vcregress.pl doesn't provide those settings. This patch remedies
that, and I propose to apply it shortly (when we have a fix for the SSL
tests that I will write about separately) and backpatch it appropriately.

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

Attachment Content-Type Size
vcregress-settings.patch text/x-patch 725 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-12-05 17:01:54 Re: The "char" type versus non-ASCII characters
Previous Message Justin Pryzby 2021-12-05 16:47:31 Re: [PATCH] Don't block HOT update by BRIN index