And then forgot to commit the fixed files. ARGH!
This commit is contained in:
parent
76ecbb5782
commit
e24e18c609
2 changed files with 2 additions and 10 deletions
|
@ -26,10 +26,6 @@
|
||||||
|
|
||||||
|
|
||||||
#line 1 "sqlda.h"
|
#line 1 "sqlda.h"
|
||||||
/*
|
|
||||||
* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c,v 1.5 2010/01/05 17:04:18 meskes Exp $
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef ECPG_SQLDA_H
|
#ifndef ECPG_SQLDA_H
|
||||||
#define ECPG_SQLDA_H
|
#define ECPG_SQLDA_H
|
||||||
|
|
||||||
|
@ -54,7 +50,7 @@ typedef struct sqlda_struct sqlda_t;
|
||||||
|
|
||||||
#line 1 "sqltypes.h"
|
#line 1 "sqltypes.h"
|
||||||
/*
|
/*
|
||||||
* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c,v 1.5 2010/01/05 17:04:18 meskes Exp $
|
* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c,v 1.6 2010/01/05 17:05:49 meskes Exp $
|
||||||
*/
|
*/
|
||||||
#ifndef ECPG_SQLTYPES_H
|
#ifndef ECPG_SQLTYPES_H
|
||||||
#define ECPG_SQLTYPES_H
|
#define ECPG_SQLTYPES_H
|
||||||
|
|
|
@ -25,10 +25,6 @@
|
||||||
|
|
||||||
|
|
||||||
#line 1 "sqlda.h"
|
#line 1 "sqlda.h"
|
||||||
/*
|
|
||||||
* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/sql-sqlda.c,v 1.5 2010/01/05 17:04:18 meskes Exp $
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef ECPG_SQLDA_H
|
#ifndef ECPG_SQLDA_H
|
||||||
#define ECPG_SQLDA_H
|
#define ECPG_SQLDA_H
|
||||||
|
|
||||||
|
@ -52,7 +48,7 @@ typedef struct sqlda_struct sqlda_t;
|
||||||
|
|
||||||
|
|
||||||
#line 1 "pgtypes_numeric.h"
|
#line 1 "pgtypes_numeric.h"
|
||||||
/* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/sql-sqlda.c,v 1.5 2010/01/05 17:04:18 meskes Exp $ */
|
/* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/sql-sqlda.c,v 1.6 2010/01/05 17:05:49 meskes Exp $ */
|
||||||
|
|
||||||
#ifndef PGTYPES_NUMERIC
|
#ifndef PGTYPES_NUMERIC
|
||||||
#define PGTYPES_NUMERIC
|
#define PGTYPES_NUMERIC
|
||||||
|
|
Loading…
Reference in a new issue