Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 84a3611

Browse files
committed
Fix msvc/ecpg_regression.proj for recent ECPG test additions.
Commit 3b7ab43 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
1 parent 2cf8c7a commit 84a3611

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/msvc/ecpg_regression.proj

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<CreateProperty Value="-C INFORMIX -r no_indicator" Condition="'%(Pgc.FileName)'=='rnull'">
3434
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
3535
</CreateProperty>
36+
<CreateProperty Value="-C ORACLE" Condition="'%(Pgc.RelativeDir)'=='$(TESTDIR)\compat_oracle\'">
37+
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
38+
</CreateProperty>
3639
<CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='array_of_struct'">
3740
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
3841
</CreateProperty>

0 commit comments

Comments
 (0)