diff options
author | Michael Meskes <meskes@postgresql.org> | 2010-01-05 17:10:23 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2010-01-05 17:10:23 +0000 |
commit | 1658f6bf58efbad93cc48b1821a7eddb9de1703b (patch) | |
tree | 2136e6dac24d971c74e2a528465f72658c6ce3fc /src | |
parent | ed4295f5347a28ac486350f8adc2f5f3ee28157e (diff) | |
download | postgresql-1658f6bf58efbad93cc48b1821a7eddb9de1703b.tar.gz postgresql-1658f6bf58efbad93cc48b1821a7eddb9de1703b.zip |
And another one
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/ecpg/include/pgtypes_numeric.h | 2 | ||||
-rw-r--r-- | src/interfaces/ecpg/test/expected/compat_informix-sqlda.c | 3 | ||||
-rw-r--r-- | src/interfaces/ecpg/test/expected/sql-sqlda.c | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/src/interfaces/ecpg/include/pgtypes_numeric.h b/src/interfaces/ecpg/include/pgtypes_numeric.h index 42d31a50823..207b5f37ba4 100644 --- a/src/interfaces/ecpg/include/pgtypes_numeric.h +++ b/src/interfaces/ecpg/include/pgtypes_numeric.h @@ -1,5 +1,3 @@ -/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/pgtypes_numeric.h,v 1.16 2006/08/09 07:30:56 meskes Exp $ */ - #ifndef PGTYPES_NUMERIC #define PGTYPES_NUMERIC diff --git a/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c b/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c index 0a99a94db1c..44ee4daebd0 100644 --- a/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c +++ b/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c @@ -49,9 +49,6 @@ typedef struct sqlda_struct sqlda_t; #line 1 "sqltypes.h" -/* - * $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/compat_informix-sqlda.c,v 1.7 2010/01/05 17:07:51 meskes Exp $ - */ #ifndef ECPG_SQLTYPES_H #define ECPG_SQLTYPES_H diff --git a/src/interfaces/ecpg/test/expected/sql-sqlda.c b/src/interfaces/ecpg/test/expected/sql-sqlda.c index c6ea2c15f20..834ca34ee12 100644 --- a/src/interfaces/ecpg/test/expected/sql-sqlda.c +++ b/src/interfaces/ecpg/test/expected/sql-sqlda.c @@ -48,8 +48,6 @@ typedef struct sqlda_struct sqlda_t; #line 1 "pgtypes_numeric.h" -/* $PostgreSQL: pgsql/src/interfaces/ecpg/test/expected/sql-sqlda.c,v 1.7 2010/01/05 17:07:51 meskes Exp $ */ - #ifndef PGTYPES_NUMERIC #define PGTYPES_NUMERIC |