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:
@ -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>
|
||||
|
Reference in New Issue
Block a user