]> granicus.if.org Git - postgresql/commitdiff
The new pointer_to_struct test needs a special command line parameter to ecpg.
authorMichael Meskes <meskes@postgresql.org>
Thu, 10 Apr 2014 18:37:00 +0000 (20:37 +0200)
committerMichael Meskes <meskes@postgresql.org>
Thu, 10 Apr 2014 18:40:05 +0000 (20:40 +0200)
Hopefully this will fix the buildfarm failures on Windows.

src/tools/msvc/ecpg_regression.proj

index b55912e0639fb37571d65943e860fc2db5d11d17..58ea18c8fb9454dd418462c4513864eea51b19b5 100644 (file)
@@ -36,6 +36,9 @@
   <CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='array_of_struct'">
    <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
   </CreateProperty>
+  <CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='pointer_to_struct'">
+   <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
+  </CreateProperty>
   <CreateProperty Value="-r questionmarks" Condition="'%(Pgc.FileName)'=='oldexec'">
    <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
   </CreateProperty>