1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Simplified regression handling

Added patch by Joachim to work around OpenBSD bug in regression suite.
This commit is contained in:
Michael Meskes
2007-01-12 10:00:14 +00:00
parent 97903c3d94
commit b8f611cf4b
46 changed files with 66 additions and 70 deletions

View File

@ -1,11 +1,11 @@
/* 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>
#include <ecpgerrno.h>
#include <sqlca.h>
/* End of automatic include section */
#define ECPGdebug(X,Y) ECPGdebug((X)+100,(Y))
#line 1 "binary.pgc"
#include <stdio.h>