Commit 76ecbb57 authored by Michael Meskes's avatar Michael Meskes

Ah, should read the file completely. I got so used to git that I almost forgot about the cvs stuff.

parent ab2f0ef7
/*
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/sqlda.h,v 1.5 2010/01/05 16:38:23 meskes Exp $
*/
#ifndef ECPG_SQLDA_H #ifndef ECPG_SQLDA_H
#define ECPG_SQLDA_H #define ECPG_SQLDA_H
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#line 1 "sqlda.h" #line 1 "sqlda.h"
/* /*
* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c,v 1.4 2010/01/05 16:58:37 meskes Exp $ * $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
...@@ -54,7 +54,7 @@ typedef struct sqlda_struct sqlda_t; ...@@ -54,7 +54,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.4 2010/01/05 16:58:37 meskes Exp $ * $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c,v 1.5 2010/01/05 17:04:18 meskes Exp $
*/ */
#ifndef ECPG_SQLTYPES_H #ifndef ECPG_SQLTYPES_H
#define ECPG_SQLTYPES_H #define ECPG_SQLTYPES_H
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#line 1 "sqlda.h" #line 1 "sqlda.h"
/* /*
* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/sql-sqlda.c,v 1.4 2010/01/05 16:58:37 meskes Exp $ * $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
...@@ -52,7 +52,7 @@ typedef struct sqlda_struct sqlda_t; ...@@ -52,7 +52,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.4 2010/01/05 16:58:37 meskes Exp $ */ /* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/sql-sqlda.c,v 1.5 2010/01/05 17:04:18 meskes Exp $ */
#ifndef PGTYPES_NUMERIC #ifndef PGTYPES_NUMERIC
#define PGTYPES_NUMERIC #define PGTYPES_NUMERIC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment