aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/expected/sql-binary.c
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2007-01-11 15:47:34 +0000
committerMichael Meskes <meskes@postgresql.org>2007-01-11 15:47:34 +0000
commit5b88b85cad70478b607591458e9983b20541e582 (patch)
treef913df259b22a64b4f09426719e8a21a99a716ff /src/interfaces/ecpg/test/expected/sql-binary.c
parentc0c00ac3b7dd6db1ec4e0f3d13eb447e36359f63 (diff)
downloadpostgresql-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-binary.c')
-rw-r--r--src/interfaces/ecpg/test/expected/sql-binary.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/expected/sql-binary.c b/src/interfaces/ecpg/test/expected/sql-binary.c
index 68dfcd6d624..418605be6ff 100644
--- a/src/interfaces/ecpg/test/expected/sql-binary.c
+++ b/src/interfaces/ecpg/test/expected/sql-binary.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>