diff options
author | Michael Meskes <meskes@postgresql.org> | 2008-02-14 12:27:26 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2008-02-14 12:27:26 +0000 |
commit | a3a648ecc9ce3967635a969ddf0d21f0c6241261 (patch) | |
tree | b1038c7e2a3556fb88dec2a1ea77570ec91978ec /src/interfaces/ecpg/include/decimal.h | |
parent | 78772dc018f41b04164c3d2f591327f1e9baaf3f (diff) | |
download | postgresql-a3a648ecc9ce3967635a969ddf0d21f0c6241261.tar.gz postgresql-a3a648ecc9ce3967635a969ddf0d21f0c6241261.zip |
Sorry, accidently committed a patch I'm working on. Reverting it.
The only correct change was:
- Added SQLSTATE macro closing bug #3961.
Diffstat (limited to 'src/interfaces/ecpg/include/decimal.h')
-rw-r--r-- | src/interfaces/ecpg/include/decimal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/include/decimal.h b/src/interfaces/ecpg/include/decimal.h index 99aac67cb6c..c30a7c9ed3f 100644 --- a/src/interfaces/ecpg/include/decimal.h +++ b/src/interfaces/ecpg/include/decimal.h @@ -1,10 +1,10 @@ -/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.15 2008/02/14 12:22:36 meskes Exp $ */ +/* $PostgreSQL: pgsql/src/interfaces/ecpg/include/decimal.h,v 1.16 2008/02/14 12:27:26 meskes Exp $ */ #ifndef _ECPG_DECIMAL_H #define _ECPG_DECIMAL_H #include <ecpg_informix.h> -/* typedef decimal dec_t; */ +typedef decimal dec_t; #endif /* ndef _ECPG_DECIMAL_H */ |