From 84a3611cccfa41f29d14a5b1ab4bcc58fba9b25b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 15 Mar 2018 22:36:19 -0400 Subject: [PATCH] Fix msvc/ecpg_regression.proj for recent ECPG test additions. Commit 3b7ab4380 added some tests that require ecpg to be given the new "-C ORACLE" switch. Teach the MSVC build infrastructure about that. Michael Paquier Discussion: https://postgr.es/m/8299.1521154647@sss.pgh.pa.us --- src/tools/msvc/ecpg_regression.proj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tools/msvc/ecpg_regression.proj b/src/tools/msvc/ecpg_regression.proj index 745aa19e1b..9fa4a69021 100644 --- a/src/tools/msvc/ecpg_regression.proj +++ b/src/tools/msvc/ecpg_regression.proj @@ -33,6 +33,9 @@ + + + -- 2.40.0