mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
The new pointer_to_struct test needs a special command line parameter to ecpg.
Hopefully this will fix the buildfarm failures on Windows.
This commit is contained in:
parent
8fcccadfea
commit
ef29a88457
@ -36,6 +36,9 @@
|
|||||||
<CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='array_of_struct'">
|
<CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='array_of_struct'">
|
||||||
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
|
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
|
||||||
</CreateProperty>
|
</CreateProperty>
|
||||||
|
<CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='pointer_to_struct'">
|
||||||
|
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
|
||||||
|
</CreateProperty>
|
||||||
<CreateProperty Value="-r questionmarks" Condition="'%(Pgc.FileName)'=='oldexec'">
|
<CreateProperty Value="-r questionmarks" Condition="'%(Pgc.FileName)'=='oldexec'">
|
||||||
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
|
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
|
||||||
</CreateProperty>
|
</CreateProperty>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user