diff options
author | Michael Meskes <meskes@postgresql.org> | 2007-01-11 15:47:34 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2007-01-11 15:47:34 +0000 |
commit | 5b88b85cad70478b607591458e9983b20541e582 (patch) | |
tree | f913df259b22a64b4f09426719e8a21a99a716ff /src/interfaces/ecpg/test/expected/sql-array.c | |
parent | c0c00ac3b7dd6db1ec4e0f3d13eb447e36359f63 (diff) | |
download | postgresql-5b88b85cad70478b607591458e9983b20541e582.tar.gz postgresql-5b88b85cad70478b607591458e9983b20541e582.zip |
Applied Joachim's patch for a --regression option.
Made this option mark the .c files, so the environment variable is no longer needed.
Created a special MinGW file with the special error message.
Do not print port into log file when running regression tests.
Diffstat (limited to 'src/interfaces/ecpg/test/expected/sql-array.c')
-rw-r--r-- | src/interfaces/ecpg/test/expected/sql-array.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/expected/sql-array.c b/src/interfaces/ecpg/test/expected/sql-array.c index 95f0e717cc0..7b996b3db8f 100644 --- a/src/interfaces/ecpg/test/expected/sql-array.c +++ b/src/interfaces/ecpg/test/expected/sql-array.c @@ -1,4 +1,5 @@ -/* Processed by ecpg (4.3.1) */ +/* Processed by ecpg (regression mode) */ +int ecpg_internal_regression_mode = 1; /* These include files are added by the preprocessor */ #include <ecpgtype.h> #include <ecpglib.h> |