diff options
author | Michael Meskes <meskes@postgresql.org> | 2007-01-12 10:00:14 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2007-01-12 10:00:14 +0000 |
commit | b8f611cf4b119d49dc28b58d610c9d0a5fa5cde7 (patch) | |
tree | ef6665a154105fa3fe19ef5a773e1787e9898c5f /src/interfaces/ecpg/test/expected/compat_informix-test_informix.c | |
parent | 97903c3d94b6d6ce089c90c34c1000653007b020 (diff) | |
download | postgresql-b8f611cf4b119d49dc28b58d610c9d0a5fa5cde7.tar.gz postgresql-b8f611cf4b119d49dc28b58d610c9d0a5fa5cde7.zip |
Simplified regression handling
Added patch by Joachim to work around OpenBSD bug in regression suite.
Diffstat (limited to 'src/interfaces/ecpg/test/expected/compat_informix-test_informix.c')
-rw-r--r-- | src/interfaces/ecpg/test/expected/compat_informix-test_informix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c b/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c index 8aab843540b..bd36a2a5e33 100644 --- a/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c +++ b/src/interfaces/ecpg/test/expected/compat_informix-test_informix.c @@ -1,5 +1,4 @@ /* 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> @@ -8,6 +7,7 @@ int ecpg_internal_regression_mode = 1; /* Needed for informix compatibility */ #include <ecpg_informix.h> /* End of automatic include section */ +#define ECPGdebug(X,Y) ECPGdebug((X)+100,(Y)) #line 1 "test_informix.pgc" #include "sqltypes.h" |