Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 84a3611

Browse filesBrowse 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
Copy full SHA for 84a3611

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎src/tools/msvc/ecpg_regression.proj

Copy file name to clipboardExpand all lines: src/tools/msvc/ecpg_regression.proj
+3Lines changed: 3 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.