Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e24e18c

Browse files
author
Michael Meskes
committed
And then forgot to commit the fixed files. ARGH!
1 parent 76ecbb5 commit e24e18c

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/interfaces/ecpg/test/expected/compat_informix-sqlda.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626

2727

2828
#line 1 "sqlda.h"
29-
/*
30-
* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c,v 1.5 2010/01/05 17:04:18 meskes Exp $
31-
*/
32-
3329
#ifndef ECPG_SQLDA_H
3430
#define ECPG_SQLDA_H
3531

@@ -54,7 +50,7 @@ typedef struct sqlda_struct sqlda_t;
5450

5551
#line 1 "sqltypes.h"
5652
/*
57-
* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c,v 1.5 2010/01/05 17:04:18 meskes Exp $
53+
* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c,v 1.6 2010/01/05 17:05:49 meskes Exp $
5854
*/
5955
#ifndef ECPG_SQLTYPES_H
6056
#define ECPG_SQLTYPES_H

src/interfaces/ecpg/test/expected/sql-sqlda.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525

2626

2727
#line 1 "sqlda.h"
28-
/*
29-
* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/sql-sqlda.c,v 1.5 2010/01/05 17:04:18 meskes Exp $
30-
*/
31-
3228
#ifndef ECPG_SQLDA_H
3329
#define ECPG_SQLDA_H
3430

@@ -52,7 +48,7 @@ typedef struct sqlda_struct sqlda_t;
5248

5349

5450
#line 1 "pgtypes_numeric.h"
55-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/sql-sqlda.c,v 1.5 2010/01/05 17:04:18 meskes Exp $ */
51+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/sql-sqlda.c,v 1.6 2010/01/05 17:05:49 meskes Exp $ */
5652

5753
#ifndef PGTYPES_NUMERIC
5854
#define PGTYPES_NUMERIC

0 commit comments

Comments
 (0)