From 61dd815e0bb5f4b591343e2382486fa5e4e46539 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 18 Apr 2024 20:47:37 -0400 Subject: [PATCH] Fix MSVC recipe for ecpg regression tests. While back-patching commit 6f0cef935, I forgot that the MSVC build scripts would also need adjustment in the back branches. This is a blind attempt at a fix, but it's basically copying nearby code so I think it will work. Per buildfarm (via Andrew Dunstan) Discussion: https://postgr.es/m/4cc4dc47-ca2b-4129-8784-db69b5f82777@dunslane.net --- src/tools/msvc/ecpg_regression.proj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/tools/msvc/ecpg_regression.proj b/src/tools/msvc/ecpg_regression.proj index 9fa4a690216..3ccbe545a71 100644 --- a/src/tools/msvc/ecpg_regression.proj +++ b/src/tools/msvc/ecpg_regression.proj @@ -15,7 +15,7 @@ - + @@ -51,9 +51,12 @@ + + + - + -- 2.39.5