diff options
author | Michael Meskes <meskes@postgresql.org> | 2010-01-05 17:05:49 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2010-01-05 17:05:49 +0000 |
commit | e24e18c609469083ddd342428cb105fe78750548 (patch) | |
tree | 4696b99f022e13a436061e51d3d01d9d98eb5d18 /src/interfaces/ecpg/test/expected/compat_informix-sqlda.c | |
parent | 76ecbb5782deecb6805f2018fbf2f9e065d5fefe (diff) | |
download | postgresql-e24e18c609469083ddd342428cb105fe78750548.tar.gz postgresql-e24e18c609469083ddd342428cb105fe78750548.zip |
And then forgot to commit the fixed files. ARGH!
Diffstat (limited to 'src/interfaces/ecpg/test/expected/compat_informix-sqlda.c')
-rw-r--r-- | src/interfaces/ecpg/test/expected/compat_informix-sqlda.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c b/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c index 9253358fce4..6ee1625bcc5 100644 --- a/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c +++ b/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c @@ -26,10 +26,6 @@ #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 #define ECPG_SQLDA_H @@ -54,7 +50,7 @@ typedef struct sqlda_struct sqlda_t; #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 #define ECPG_SQLTYPES_H |