diff options
author | Michael Meskes <meskes@postgresql.org> | 2014-04-10 20:37:00 +0200 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2014-04-10 20:40:05 +0200 |
commit | ef29a884575f233e6cd382dcfb42af602fa78cd6 (patch) | |
tree | e44032343a0996e6f04ccc26cad499f4a6a6566f | |
parent | 8fcccadfea491a1074be38266e2346162faa03e3 (diff) | |
download | postgresql-ef29a884575f233e6cd382dcfb42af602fa78cd6.tar.gz postgresql-ef29a884575f233e6cd382dcfb42af602fa78cd6.zip |
The new pointer_to_struct test needs a special command line parameter to ecpg.
Hopefully this will fix the buildfarm failures on Windows.
-rw-r--r-- | src/tools/msvc/ecpg_regression.proj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/msvc/ecpg_regression.proj b/src/tools/msvc/ecpg_regression.proj index b55912e0639..58ea18c8fb9 100644 --- a/src/tools/msvc/ecpg_regression.proj +++ b/src/tools/msvc/ecpg_regression.proj @@ -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> |